[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: nginx-documentation: Update to 1.21.6-2829-1ecf0e0526da.
From: |
guix-commits |
Subject: |
02/02: gnu: nginx-documentation: Update to 1.21.6-2829-1ecf0e0526da. |
Date: |
Tue, 12 Apr 2022 22:38:10 -0400 (EDT) |
lfam pushed a commit to branch wip-nginx
in repository guix.
commit 18f33f1a9808de15c274d274e2540bd91ce994de
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Apr 12 22:36:21 2022 -0400
gnu: nginx-documentation: Update to 1.21.6-2829-1ecf0e0526da.
* gnu/packages/web.scm (nginx-documentation): Update to
1.21.6-2829-1ecf0e0526da.
---
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 f99be3b447..ee74a4385d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -468,9 +468,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.21.5")
- (revision 2816)
- (changeset "ae1d713a06e2"))
+ (let ((version "1.21.6")
+ (revision 2829)
+ (changeset "1ecf0e0526da"))
(package
(name "nginx-documentation")
(version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -482,7 +482,7 @@ and as a proxy to reduce the load on back-end HTTP or mail
servers.")
(file-name (string-append name "-" version))
(sha256
(base32
- "03j85wj6qb32q5xhq9nvcjzarq98802gaq6n3f7k85aqj731bml0"))))
+ "1r3y9wv4bhji5b16ljb557llf6ih3z2mzgwbia79h7223468w3fg"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no test suite