summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-19 23:57:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 03:31:46 +0200
commit04b65255b500ce4bcdf4832fe985d4f3ebcc2f59 (patch)
tree0ba0b3c13342765e38fd8966459aa2cdbcaf69fa /gnu/packages
parentb0507f685fcfcdc2b2f91ea4c4155e79a31d4ce5 (diff)
downloadguix-patches-04b65255b500ce4bcdf4832fe985d4f3ebcc2f59.tar
guix-patches-04b65255b500ce4bcdf4832fe985d4f3ebcc2f59.tar.gz
gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.10-2708-f8686d85df53.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fdf0b8e68a..4ff6411e63 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -458,9 +458,9 @@ 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.9")
- (revision 2696)
- (changeset "f85798c1c70a"))
+ (let ((version "1.19.10")
+ (revision 2708)
+ (changeset "f8686d85df53"))
(package
(name "nginx-documentation")
(version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -472,7 +472,7 @@ and as a proxy to reduce the load on back-end HTTP or mail servers.")
(file-name (string-append name "-" version))
(sha256
(base32
- "1ksl32jw6h3qzyxxlsdjag7fcjvk3md3hdxn6ljs8pr2nhk1v6cs"))))
+ "00b0dkpblw3m2cwbbzv3miw47c0m3s0dvh1xy0hihkggy7mqv2r2"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite