guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d.


From: guix-commits
Subject: 07/07: gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d.
Date: Sun, 7 Nov 2021 21:31:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9d25ee30b188f9202cc14f7cd25ba8a1c3ec1a72
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 8 02:05:40 2021 +0100

    gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d.
    
    * gnu/packages/web.scm (nginx-documentation): Update to 
1.21.4-2791-9385526a9b2d.
---
 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 847bf88..fb0ca76 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -474,9 +474,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.3")
-        (revision 2769)
-        (changeset "16f6fa718be2"))
+  (let ((version "1.21.4")
+        (revision 2791)
+        (changeset "9385526a9b2d"))
     (package
       (name "nginx-documentation")
       (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))
                (sha256
                 (base32
-                 "1rjq5xqzx843yk9nblz8lq14r4kmlrahap7m0lkvx5mky80vqp79"))))
+                 "07v5vpwg2k4y1asbygmrvsk61l1vbdb2pyllc5k4hcjykg9avfza"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f                    ; no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]