mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.6-2636-a0824dab33ff.
This commit is contained in:
parent
30a9ece4b2
commit
8a352094f6
1 changed files with 4 additions and 4 deletions
|
@ -379,9 +379,9 @@ (define-public nginx
|
||||||
|
|
||||||
(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.5")
|
(let ((version "1.19.6")
|
||||||
(revision 2622)
|
(revision 2636)
|
||||||
(changeset "64bbb9163a14"))
|
(changeset "a0824dab33ff"))
|
||||||
(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))
|
||||||
|
@ -393,7 +393,7 @@ (define-public nginx-documentation
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"085f3c00mqsaq95hp1bv9y0b517jv4zzs2q0j1c9m8nvh7k09zaa"))))
|
"06w6fg33pnkqpaagzp9rqizill61vj7db7083mrd6i6by0j7cp1b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test suite
|
'(#:tests? #f ; no test suite
|
||||||
|
|
Loading…
Reference in a new issue