[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: nginx: Update to 1.14.0.
From: |
Marius Bakke |
Subject: |
04/04: gnu: nginx: Update to 1.14.0. |
Date: |
Tue, 17 Apr 2018 18:34:24 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 4bdf6b254f3a7bddd9bb5e54eae36cca3114a72e
Author: Marius Bakke <address@hidden>
Date: Wed Apr 18 00:30:20 2018 +0200
gnu: nginx: Update to 1.14.0.
* gnu/packages/web.scm (nginx): Update to 1.14.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 2892702..050e1a1 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.12")
+ (version "1.14.0")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1pl5ii1w2ycxprxk8zdnxlpdd1dia6hyrns7mnqkm3fv5ihgb4pv"))))
+ "1d9c0avfpbwvzyg53b59ks8shpnrxnbnshcd7ziizflsyv5vw5ax"))))
(build-system gnu-build-system)
(inputs `(("openssl" ,openssl)
("pcre" ,pcre)