mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nginx-documentation: Update to 1.28.0.
Change-Id: I3132008984d461d8a07c2ce461f8175eca09961c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c9b50e9dbe
commit
a9fb57af97
1 changed files with 4 additions and 4 deletions
|
@ -671,9 +671,9 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
|
||||||
|
|
||||||
(define-public nginx-documentation
|
(define-public nginx-documentation
|
||||||
;; This documentation should be relevant for the current nginx package.
|
;; This documentation should be relevant for the current nginx package.
|
||||||
(let ((version "1.27.3")
|
(let ((version "1.28.0")
|
||||||
(revision 3156)
|
(revision 3202)
|
||||||
(changeset "5c6ef6def8bc"))
|
(changeset "16887604240f"))
|
||||||
(package
|
(package
|
||||||
(name "nginx-documentation")
|
(name "nginx-documentation")
|
||||||
(version (simple-format #f "~A-~A-~A" version revision changeset))
|
(version (simple-format #f "~A-~A-~A" version revision changeset))
|
||||||
|
@ -685,7 +685,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09wdvgvsr7ayjz3ypq8qsm12idb9z626j5ibmknc8phm10gh8cgk"))))
|
"0slfgl9ap6hxcjg2fc5lfccz0sbmlk83p74i31g05a27ldrqv03l"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test suite
|
'(#:tests? #f ; no test suite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue