Archived
1
0
Fork 0

gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.

* gnu/packages/web.scm (nginx-documentation):
Update to 1.19.10-2708-f8686d85df53.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-19 23:57:58 +02:00
parent b0507f685f
commit 04b65255b5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -458,9 +458,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.19.9") (let ((version "1.19.10")
(revision 2696) (revision 2708)
(changeset "f85798c1c70a")) (changeset "f8686d85df53"))
(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))
@ -472,7 +472,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
"1ksl32jw6h3qzyxxlsdjag7fcjvk3md3hdxn6ljs8pr2nhk1v6cs")))) "00b0dkpblw3m2cwbbzv3miw47c0m3s0dvh1xy0hihkggy7mqv2r2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no test suite '(#:tests? #f ; no test suite