diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 03:08:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:38:55 +0200 |
commit | c70935a93915a57145fe83b826ef362ec0a6472a (patch) | |
tree | 014248ac01dfd4e68a32d384b5a7c82a115e917a /gnu/packages/web.scm | |
parent | b357ccdd8b6824a49f750e0f6b1afb87683adb82 (diff) | |
download | guix-c70935a93915a57145fe83b826ef362ec0a6472a.tar guix-c70935a93915a57145fe83b826ef362ec0a6472a.tar.gz |
gnu: nginx: Update to 1.13.11.
* gnu/packages/web.scm (nginx): Update to 1.13.11.
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 33707bafd3..5a48f7cc62 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.10") + (version "1.13.11") (source (origin (method url-fetch) (uri (string-append "https://nginx.org/download/nginx-" version ".tar.gz")) (sha256 (base32 - "11a8m4lhy6h8mmrsakn73pd5gcyvhxpz1xvlr103rglh9l884q9k")))) + "01bgld6pv9sms9bsmx863yqw2hnivxhn91xs6imqklj48sbrqy9m")))) (build-system gnu-build-system) (inputs `(("openssl" ,openssl) ("pcre" ,pcre) |