guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nginx: Update to 1.13.9.


From: Marius Bakke
Subject: 01/01: gnu: nginx: Update to 1.13.9.
Date: Tue, 20 Feb 2018 13:05:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5dd53cbf560f784577b3c22ac9e15e08e35566b5
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 19:05:13 2018 +0100

    gnu: nginx: Update to 1.13.9.
    
    * gnu/packages/web.scm (nginx): Update to 1.13.9.
---
 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 553b1e3..7b34b87 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -182,14 +182,14 @@ Interface} specification.")
     (name "nginx")
     ;; Consider updating the nginx-documentation package if the nginx package 
is
     ;; updated.
-    (version "1.13.8")
+    (version "1.13.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ib4hkngj9z7pl73lnn96d85m7v2wwb56nkypwx7d6pm3z1vc444"))))
+                "0hpsyxpxj89p5vrzv9p1hp7xjbnj5c1w6fdy626ycvsiay4a3bjz"))))
     (build-system gnu-build-system)
     (inputs `(("openssl" ,openssl)
               ("pcre" ,pcre)



reply via email to

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