aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-10-17 20:53:55 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-10-17 21:05:54 +0200
commitb2850fd1709ec4e72ea93d016f2cae6f262f1b9e (patch)
tree9c1a30aeb9485ed6517be5d1ec595a7f5244291d
parent790d33c3bb79eabd43ec8935cfdfdb7e12b60829 (diff)
downloadguix-b2850fd1709ec4e72ea93d016f2cae6f262f1b9e.tar
guix-b2850fd1709ec4e72ea93d016f2cae6f262f1b9e.tar.gz
gnu: nginx: Update to 1.12.2.
* gnu/packages/web.scm (nginx): Update to 1.12.2.
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 536fdaed89..c7b44fafa1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -142,14 +142,14 @@ and its related documentation.")
(name "nginx")
;; Consider updating the nginx-docs package if the nginx package is
;; updated.
- (version "1.12.1")
+ (version "1.12.2")
(source (origin
(method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz"))
(sha256
(base32
- "1yvnmj7vlykrqdi6amkvs63lva6qkxd98sqv0a8hz8w5ci1bz4w7"))))
+ "05h4rwja7170z0l979yjghy9i9ichllwhicylzpmmyyml6fkfprh"))))
(build-system gnu-build-system)
(inputs `(("pcre" ,pcre)
("openssl" ,openssl)