gnu: lua-resty-lrucache: Update to 0.10.

* gnu/packages/lua.scm (lua-resty-lrucache): Update to 0.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-13 23:36:57 +01:00
parent 9c3a29e382
commit e0c34c1a4c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -920,7 +920,7 @@ (define-public lua-resty-core
(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 @@ (define-public lua-resty-lrucache
(file-name (git-file-name name version))
(sha256
(base32
"1mwiy55qs8bija1kpgizmqgk15ijizzv4sa1giaz9qlqs2kqd7q2"))))
"1bsc54v1rvxmkwg7a2c01p192lvw5g576f589is8fy1m1c6v4ap8"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))