diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-13 23:25:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-14 01:50:30 +0100 |
commit | c41314853d69a0b792ddbb84f2f72901f5ae9118 (patch) | |
tree | 8f088ae1838871dba1368876f00e428c145e20f6 /gnu | |
parent | b5454eb33d35944512a850de372e6198e3c58e9a (diff) | |
download | guix-c41314853d69a0b792ddbb84f2f72901f5ae9118.tar.gz guix-c41314853d69a0b792ddbb84f2f72901f5ae9118.zip |
gnu: nginx-lua-module: Update to 0.10.16.
* gnu/packages/web.scm (nginx-lua-module): Update to 0.10.16.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 071f98adc5..dab8ea8c2d 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -567,7 +567,7 @@ documentation.") (package (inherit nginx) (name "nginx-lua-module") - (version "0.10.15") + (version "0.10.16") (source (origin (method git-fetch) @@ -576,8 +576,7 @@ documentation.") (commit (string-append "v" version)))) (file-name (git-file-name "lua-nginx-module" version)) (sha256 - (base32 - "1j216isp0546hycklbr5wi8mlga5hq170hk7f2sm16sfavlkh5gz")))) + (base32 "0nwcbqm1visg1dkxav7qa16w0d0n8cgqn4881xiqn88xfkxj0dyg")))) (build-system gnu-build-system) (inputs `(("nginx-sources" ,(package-source nginx-socket-cloexec)) |