[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341.
From: |
guix-commits |
Subject: |
08/08: gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341. |
Date: |
Fri, 12 Mar 2021 19:23:26 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cad4aa667cc89493902aefbae157ddb97f381af2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 13 00:59:20 2021 +0100
gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341.
* gnu/packages/web.scm (nginx-documentation): Update to
1.19.8-2673-4398fd0f0341.
---
gnu/packages/web.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f9b94fe..4a14046 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -383,9 +383,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.7")
- (revision 2655)
- (changeset "eb417a9a089b"))
+ (let ((version "1.19.8")
+ (revision 2673)
+ (changeset "4398fd0f0341"))
(package
(name "nginx-documentation")
(version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -397,7 +397,7 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
(file-name (string-append name "-" version))
(sha256
(base32
- "0l4rachjn5gr705f50d9pwgqzkb4fqd4fzz7083ilfarpg36wgv2"))))
+ "1pds76h19fadmymyr6pnfh72ql6vizpv2628lqcrpqhxgwa6hcbg"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite
- branch master updated (bd0808f -> cad4aa6), guix-commits, 2021/03/12
- 01/08: gnu: photoflare: Update to 1.6.7., guix-commits, 2021/03/12
- 02/08: gnu: libfreenect: Update to 0.6.2., guix-commits, 2021/03/12
- 03/08: gnu: micropython: Update to 1.14., guix-commits, 2021/03/12
- 08/08: gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341.,
guix-commits <=
- 04/08: gnu: eid-mw: Update to 5.0.14., guix-commits, 2021/03/12
- 05/08: gnu: wireguard-tools: Update to 1.0.20210223., guix-commits, 2021/03/12
- 06/08: gnu: apache-thrift: Update to 0.14.1., guix-commits, 2021/03/12
- 07/08: gnu: nginx: Update to 1.19.8., guix-commits, 2021/03/12