gnu: nginx: Update to 1.13.8.

* gnu/packages/web.scm (nginx): Update to 1.13.8.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-30 04:20:00 +01:00
parent e43e1c1f23
commit 03e8f9ed79
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -179,17 +179,17 @@ Interface} specification.")
(name "nginx") (name "nginx")
;; Consider updating the nginx-docs package if the nginx package is ;; Consider updating the nginx-docs package if the nginx package is
;; updated. ;; updated.
(version "1.12.2") (version "1.13.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://nginx.org/download/nginx-" (uri (string-append "https://nginx.org/download/nginx-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05h4rwja7170z0l979yjghy9i9ichllwhicylzpmmyyml6fkfprh")))) "1ib4hkngj9z7pl73lnn96d85m7v2wwb56nkypwx7d6pm3z1vc444"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("pcre" ,pcre) (inputs `(("openssl" ,openssl)
("openssl" ,openssl) ("pcre" ,pcre)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:tests? #f ; no test target `(#:tests? #f ; no test target