diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-13 23:36:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-14 01:50:31 +0100 |
commit | e0c34c1a4c3a6e5ffc7163c6e114aa89d9cc2329 (patch) | |
tree | ed159a639fa04827f37a5f604ad5e1322bf203c8 | |
parent | 9c3a29e3825fe542aee80787c66806913de02358 (diff) |
gnu: lua-resty-lrucache: Update to 0.10.
* gnu/packages/lua.scm (lua-resty-lrucache): Update to 0.10.
-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 433ae20222..989e7b9b46 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -920,7 +920,7 @@ on numbers.") (define-public lua-resty-lrucache (package (name "lua-resty-lrucache") - (version "0.09") + (version "0.10") (source (origin (method git-fetch) (uri (git-reference @@ -929,7 +929,7 @@ on numbers.") (file-name (git-file-name name version)) (sha256 (base32 - "1mwiy55qs8bija1kpgizmqgk15ijizzv4sa1giaz9qlqs2kqd7q2")))) + "1bsc54v1rvxmkwg7a2c01p192lvw5g576f589is8fy1m1c6v4ap8")))) (build-system trivial-build-system) (arguments `(#:modules ((guix build utils)) |