guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff.


From: guix-commits
Subject: 05/06: gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff.
Date: Sun, 20 Dec 2020 09:48:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8a352094f6f576041a2c870f1c8dbb6247db1731
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 15:21:25 2020 +0100

    gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff.
    
    * gnu/packages/web.scm (nginx-documentation): Update to 
1.19.6-2636-a0824dab33ff.
---
 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 4e980bc..19f3cd7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -379,9 +379,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.5")
-        (revision 2622)
-        (changeset "64bbb9163a14"))
+  (let ((version "1.19.6")
+        (revision 2636)
+        (changeset "a0824dab33ff"))
     (package
       (name "nginx-documentation")
       (version (simple-format #f "~A-~A-~A" version revision changeset))
@@ -393,7 +393,7 @@ and as a proxy to reduce the load on back-end HTTP or mail 
servers.")
                (file-name (string-append name "-" version))
                (sha256
                 (base32
-                 "085f3c00mqsaq95hp1bv9y0b517jv4zzs2q0j1c9m8nvh7k09zaa"))))
+                 "06w6fg33pnkqpaagzp9rqizill61vj7db7083mrd6i6by0j7cp1b"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f                    ; no test suite



reply via email to

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