summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 13:49:54 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 13:50:31 +0100
commitdf5fb63385eae82e38b4ced6f3fd23650388e13e (patch)
treeca8ee89f16f5c13e43b003fd9d6f815bdb8691db /gnu
parentba1d3451c68bc2666ea7c5e806fe7b7432334390 (diff)
gnu: nginx-documentation: Update to 1.19.3-2603-3cb2736bb74c.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.3-2603-3cb2736bb74c.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index bd9a21e81f..93399b3459 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -325,8 +325,8 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
(define-public nginx-documentation
;; This documentation should be relevant for the current nginx package.
(let ((version "1.19.3")
- (revision 2603)
- (changeset "94ebfbcd68bb"))
+ (revision 2615)
+ (changeset "3cb2736bb74c"))
(package
(name "nginx-documentation")
(version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -338,7 +338,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
(file-name (string-append name "-" version))
(sha256
(base32
- "1yryharm4dkjnj424r7sy0rc28h8ypfyj8as255a42gmllkwl2pg"))))
+ "0dpn5zl8wld0c1l68wzl76wlii2k8bawq0609gnzkahwnsrqnad9"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite