me
/
guix
Archived
1
0
Fork 0

gnu: nginx-documentation: Update to 1.19.2-2581-324ca14c3003.

* gnu/packages/web.scm (nginx-documentation): Update to 1.19.2-2581-324ca14c3003.
master
Tobias Geerinckx-Rice 2020-08-12 23:36:43 +02:00
parent 525ed49563
commit 7e8458aae3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -362,9 +362,9 @@ documentation.")
(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.19.0") (let ((version "1.19.2")
(revision 2549) (revision 2581)
(changeset "c13a55aae487")) (changeset "324ca14c3003"))
(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))
@ -376,7 +376,7 @@ documentation.")
(file-name (string-append name "-" version)) (file-name (string-append name "-" version))
(sha256 (sha256
(base32 (base32
"0vwwvk6wf8f6c6n6yffmya9a287s6dbx1p739hdl3hwxfyh2ygc5")))) "15bdbi6cjqhx8lqsyr3hnwagq2r80bsyh2im80ajmbfv7y47djqi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no test suite '(#:tests? #f ; no test suite