guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: nginx: Update to 1.17.8.


From: guix-commits
Subject: 12/12: gnu: nginx: Update to 1.17.8.
Date: Mon, 17 Feb 2020 15:57:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1f634b81597b378b99da44bf8850155d99d25476
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 21:53:40 2020 +0100

    gnu: nginx: Update to 1.17.8.
    
    * gnu/packages/web.scm (nginx): Update to 1.17.8.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index dc67dbd..2c977ba 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -219,14 +219,14 @@ Interface} specification.")
     ;; ’stable’ and recommends that “in general you deploy the NGINX mainline
     ;; branch at all times” 
(https://www.nginx.com/blog/nginx-1-6-1-7-released/)
     ;; Consider updating the nginx-documentation package together with this 
one.
-    (version "1.17.7")
+    (version "1.17.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1zwiqljhzf0ym6r3hrg6k2qfb2mxi7i0lpafg4xnkr875225c9xn"))))
+                "0nwn4md8sxhks2j77qq1nvk5pfz3yykfhh2b507b6l2idp7kxllp"))))
     (build-system gnu-build-system)
     (inputs `(("openssl" ,openssl)
               ("pcre" ,pcre)



reply via email to

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