mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546.
* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546.
This commit is contained in:
parent
361b1eaeec
commit
d3d506a0d1
1 changed files with 4 additions and 4 deletions
|
@ -476,9 +476,9 @@ (define-public nginx
|
|||
|
||||
(define-public nginx-documentation
|
||||
;; This documentation should be relevant for the current nginx package.
|
||||
(let ((version "1.23.0")
|
||||
(revision 2862)
|
||||
(changeset "cf7551842617"))
|
||||
(let ((version "1.23.1")
|
||||
(revision 2869)
|
||||
(changeset "9383e934e546"))
|
||||
(package
|
||||
(name "nginx-documentation")
|
||||
(version (simple-format #f "~A-~A-~A" version revision changeset))
|
||||
|
@ -490,7 +490,7 @@ (define-public nginx-documentation
|
|||
(file-name (string-append name "-" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qfrcakj6dzdypn01dngjqvsi4b4fsbpxziy5m2x1rs1z6gv7ia3"))))
|
||||
"0zq89cjj8vpxaanx378yaypvmcxk0my8c773acx545c5p75ghvbk"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no test suite
|
||||
|
|
Loading…
Reference in a new issue