guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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