gnu: nginx: Update to 1.13.9.
* gnu/packages/web.scm (nginx): Update to 1.13.9.
This commit is contained in:
parent
d64bcccf43
commit
5dd53cbf56
1 changed files with 2 additions and 2 deletions
|
@ -182,14 +182,14 @@ (define-public nginx
|
||||||
(name "nginx")
|
(name "nginx")
|
||||||
;; Consider updating the nginx-documentation package if the nginx package is
|
;; Consider updating the nginx-documentation package if the nginx package is
|
||||||
;; updated.
|
;; updated.
|
||||||
(version "1.13.8")
|
(version "1.13.9")
|
||||||
(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
|
||||||
"1ib4hkngj9z7pl73lnn96d85m7v2wwb56nkypwx7d6pm3z1vc444"))))
|
"0hpsyxpxj89p5vrzv9p1hp7xjbnj5c1w6fdy626ycvsiay4a3bjz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("openssl" ,openssl)
|
(inputs `(("openssl" ,openssl)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
|
|
Loading…
Reference in a new issue