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.10.0.


From: Leo Famulari
Subject: 01/01: gnu: nginx: Update to 1.10.0.
Date: Fri, 06 May 2016 18:29:08 +0000

lfam pushed a commit to branch master
in repository guix.

commit 04d1a0dc0cf23d64c446757e4c7185c18428910c
Author: Leo Famulari <address@hidden>
Date:   Tue Apr 26 18:38:48 2016 -0400

    gnu: nginx: Update to 1.10.0.
    
    * gnu/packages/web.scm (nginx): Update to 1.10.0.
---
 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 a0e1ec9..0c2798f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -109,14 +109,14 @@ and its related documentation.")
 (define-public nginx
   (package
     (name "nginx")
-    (version "1.8.1")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1dwpyw4pvhj68vxramqxm8f79pqz9lrm8mvifbn49h3615ikqjwg"))))
+                "0kdyqa5xaxvhz6y75ixs05mzygk3kszzdq5h0gnlrg35vp1lgmlf"))))
     (build-system gnu-build-system)
     (inputs `(("pcre" ,pcre)
               ("openssl" ,openssl)



reply via email to

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