guix-commits
[Top][All Lists]
Advanced

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

01/28: gnu: nginx: Update to 1.13.11.


From: Tobias Geerinckx-Rice
Subject: 01/28: gnu: nginx: Update to 1.13.11.
Date: Thu, 5 Apr 2018 00:44:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c70935a93915a57145fe83b826ef362ec0a6472a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 5 03:08:06 2018 +0200

    gnu: nginx: Update to 1.13.11.
    
    * gnu/packages/web.scm (nginx): Update to 1.13.11.
---
 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 33707ba..5a48f7c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -186,14 +186,14 @@ Interface} specification.")
     (name "nginx")
     ;; Consider updating the nginx-documentation package if the nginx package 
is
     ;; updated.
-    (version "1.13.10")
+    (version "1.13.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "11a8m4lhy6h8mmrsakn73pd5gcyvhxpz1xvlr103rglh9l884q9k"))))
+                "01bgld6pv9sms9bsmx863yqw2hnivxhn91xs6imqklj48sbrqy9m"))))
     (build-system gnu-build-system)
     (inputs `(("openssl" ,openssl)
               ("pcre" ,pcre)



reply via email to

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