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.19.3-2603-3cb2736bb74c.


From: guix-commits
Subject: 07/07: gnu: nginx-documentation: Update to 1.19.3-2603-3cb2736bb74c.
Date: Sun, 1 Nov 2020 07:50:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit df5fb63385eae82e38b4ced6f3fd23650388e13e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 13:49:54 2020 +0100

    gnu: nginx-documentation: Update to 1.19.3-2603-3cb2736bb74c.
    
    * gnu/packages/web.scm (nginx-documentation): Update to 
1.19.3-2603-3cb2736bb74c.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index bd9a21e..93399b3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -325,8 +325,8 @@ 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.3")
-        (revision 2603)
-        (changeset "94ebfbcd68bb"))
+        (revision 2615)
+        (changeset "3cb2736bb74c"))
     (package
       (name "nginx-documentation")
       (version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -338,7 +338,7 @@ and as a proxy to reduce the load on back-end HTTP or mail 
servers.")
                (file-name (string-append name "-" version))
                (sha256
                 (base32
-                 "1yryharm4dkjnj424r7sy0rc28h8ypfyj8as255a42gmllkwl2pg"))))
+                 "0dpn5zl8wld0c1l68wzl76wlii2k8bawq0609gnzkahwnsrqnad9"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f                    ; no test suite



reply via email to

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