guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: nginx: Update to 1.12.0.


From: Marius Bakke
Subject: 02/02: gnu: nginx: Update to 1.12.0.
Date: Wed, 12 Apr 2017 12:34:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4e5dbf92f7d0980e73c4d4b89644cc59a215b4e8
Author: Marius Bakke <address@hidden>
Date:   Wed Apr 12 18:34:09 2017 +0200

    gnu: nginx: Update to 1.12.0.
    
    * gnu/packages/web.scm (nginx): Update to 1.12.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 fb5082a..6be196f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -130,14 +130,14 @@ and its related documentation.")
 (define-public nginx
   (package
     (name "nginx")
-    (version "1.11.11")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://nginx.org/download/nginx-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0qkj4xqv2f986dwqwlkidmr6jpxhv3ds67pxd1pd4a4f4j0c8yjs"))))
+                "0c2vg6530qplwk8rhldww5r3cwcbw1avka53qg9sh85nzlk2w8ml"))))
     (build-system gnu-build-system)
     (inputs `(("pcre" ,pcre)
               ("openssl" ,openssl)



reply via email to

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