diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-13 23:32:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-14 01:50:30 +0100 |
commit | 9c3a29e3825fe542aee80787c66806913de02358 (patch) | |
tree | 7e6d3d169e9783994bf1789eabefa525853c7bce /gnu/packages/lua.scm | |
parent | c41314853d69a0b792ddbb84f2f72901f5ae9118 (diff) | |
download | guix-9c3a29e3825fe542aee80787c66806913de02358.tar.gz |
gnu: lua-resty-core: Update to 0.1.18.
* gnu/packages/lua.scm (lua-resty-core): Update to 0.1.18.
Diffstat (limited to 'gnu/packages/lua.scm')
-rw-r--r-- | gnu/packages/lua.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 42ef24e381..433ae20222 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -883,7 +883,7 @@ on numbers.") (define-public lua-resty-core (package (name "lua-resty-core") - (version "0.1.17") + (version "0.1.18") (source (origin (method git-fetch) (uri (git-reference @@ -892,7 +892,7 @@ on numbers.") (file-name (git-file-name name version)) (sha256 (base32 - "11fyli6yrg7b91nv9v2sbrc6y7z3h9lgf4lrrhcjk2bb906576a0")))) + "1c58hykwpg5zqbyhrcb703pzwbkih409v3bh2gady6z2kj9q32dw")))) (build-system trivial-build-system) (arguments `(#:modules ((guix build utils)) |