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:
Arthur Rodrigues 2025-06-11 16:44:44 +00:00 committed by Ludovic Courtès
parent c9b50e9dbe
commit a9fb57af97
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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