gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.8-2673-4398fd0f0341.
This commit is contained in:
parent
c325099535
commit
cad4aa667c
1 changed files with 4 additions and 4 deletions
|
@ -383,9 +383,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.7")
|
(let ((version "1.19.8")
|
||||||
(revision 2655)
|
(revision 2673)
|
||||||
(changeset "eb417a9a089b"))
|
(changeset "4398fd0f0341"))
|
||||||
(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))
|
||||||
|
@ -397,7 +397,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
|
||||||
"0l4rachjn5gr705f50d9pwgqzkb4fqd4fzz7083ilfarpg36wgv2"))))
|
"1pds76h19fadmymyr6pnfh72ql6vizpv2628lqcrpqhxgwa6hcbg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test suite
|
'(#:tests? #f ; no test suite
|
||||||
|
|
Reference in a new issue