guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: nginx: Update to 1.17.2.


From: guix-commits
Subject: 03/05: gnu: nginx: Update to 1.17.2.
Date: Sat, 27 Jul 2019 18:00:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d5571bc6529192219a999b6670954f196b26277b
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 27 21:48:31 2019 +0200

    gnu: nginx: Update to 1.17.2.
---
 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 1401d3b..958bc1a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -205,14 +205,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.1")
+    (version "1.17.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0gp7cy2bbn8yi1wapjzssf4bhmn4d4vphdb0k1wiaq2fa6s2a63g"))))
+                "1v39gslwbvpfhqqv74q0lkfrhrwsp59xc8pwhvxns7af8s3kccsy"))))
     (build-system gnu-build-system)
     (inputs `(("openssl" ,openssl)
               ("pcre" ,pcre)



reply via email to

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