mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: nginx-documentation: Update to 1.19.5-2622-64bbb9163a14.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.5-2622-64bbb9163a14.
This commit is contained in:
parent
d4c6ec64d4
commit
f816deb905
1 changed files with 4 additions and 4 deletions
|
@ -325,9 +325,9 @@ (define-public nginx
|
|||
|
||||
(define-public nginx-documentation
|
||||
;; This documentation should be relevant for the current nginx package.
|
||||
(let ((version "1.19.3")
|
||||
(revision 2615)
|
||||
(changeset "3cb2736bb74c"))
|
||||
(let ((version "1.19.5")
|
||||
(revision 2622)
|
||||
(changeset "64bbb9163a14"))
|
||||
(package
|
||||
(name "nginx-documentation")
|
||||
(version (simple-format #f "~A-~A-~A" version revision changeset))
|
||||
|
@ -339,7 +339,7 @@ (define-public nginx-documentation
|
|||
(file-name (string-append name "-" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dpn5zl8wld0c1l68wzl76wlii2k8bawq0609gnzkahwnsrqnad9"))))
|
||||
"085f3c00mqsaq95hp1bv9y0b517jv4zzs2q0j1c9m8nvh7k09zaa"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no test suite
|
||||
|
|
Loading…
Reference in a new issue