gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2.
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.3-2769-16f6fa718be2.master
parent
6e53b3a8cd
commit
f97582dd8a
|
@ -474,9 +474,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.21.2")
|
(let ((version "1.21.3")
|
||||||
(revision 2764)
|
(revision 2769)
|
||||||
(changeset "bc9c5d11b67c"))
|
(changeset "16f6fa718be2"))
|
||||||
(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))
|
||||||
|
@ -488,7 +488,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
|
||||||
"05n72q9vqxx37dyw3yl7jssmpqkw3rwxa2y3m6s0c0ih0z2bx58n"))))
|
"1rjq5xqzx843yk9nblz8lq14r4kmlrahap7m0lkvx5mky80vqp79"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test suite
|
'(#:tests? #f ; no test suite
|
||||||
|
|
Reference in New Issue