diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-15 13:03:04 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-15 13:03:04 +0200 |
commit | 1c24862f1e8fe49b5db5af7b7a6f53c6fc4ef60d (patch) | |
tree | cd0d30ffde4cef006b085087c993d0d9f2304675 /gnu/packages/web.scm | |
parent | a7aed511ec3eec445739a7d309cad83acf7b96d1 (diff) | |
download | patches-1c24862f1e8fe49b5db5af7b7a6f53c6fc4ef60d.tar patches-1c24862f1e8fe49b5db5af7b7a6f53c6fc4ef60d.tar.gz |
gnu: nginx: Update to 1.13.12.
* gnu/packages/web.scm (nginx): Update to 1.13.12.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 9a3af2eacf..2892702e76 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.11") + (version "1.13.12") (source (origin (method url-fetch) (uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz")) (sha256 (base32 - "01bgld6pv9sms9bsmx863yqw2hnivxhn91xs6imqklj48sbrqy9m")))) + "1pl5ii1w2ycxprxk8zdnxlpdd1dia6hyrns7mnqkm3fv5ihgb4pv")))) (build-system gnu-build-system) (inputs `(("openssl" ,openssl) ("pcre" ,pcre) |