mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nginx-documentation: Update to 1.23.1-2898-0b7e004b5061.
* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2898-0b7e004b5061.
This commit is contained in:
parent
a63f8b89cf
commit
63bf060138
1 changed files with 3 additions and 3 deletions
|
@ -481,8 +481,8 @@ 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.23.1")
|
(let ((version "1.23.1")
|
||||||
(revision 2869)
|
(revision 2898)
|
||||||
(changeset "9383e934e546"))
|
(changeset "0b7e004b5061"))
|
||||||
(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))
|
||||||
|
@ -494,7 +494,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
|
||||||
"0zq89cjj8vpxaanx378yaypvmcxk0my8c773acx545c5p75ghvbk"))))
|
"027q7gnx7k3hgj7qana44g383fvvj6ndz1kavr30mj2z87cnq3dp"))))
|
||||||
(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