gnu: lua-resty-lrucache: Update to 0.10.
* gnu/packages/lua.scm (lua-resty-lrucache): Update to 0.10.
This commit is contained in:
parent
9c3a29e382
commit
e0c34c1a4c
1 changed files with 2 additions and 2 deletions
|
@ -920,7 +920,7 @@ on numbers.")
|
||||||
(define-public lua-resty-lrucache
|
(define-public lua-resty-lrucache
|
||||||
(package
|
(package
|
||||||
(name "lua-resty-lrucache")
|
(name "lua-resty-lrucache")
|
||||||
(version "0.09")
|
(version "0.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -929,7 +929,7 @@ on numbers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mwiy55qs8bija1kpgizmqgk15ijizzv4sa1giaz9qlqs2kqd7q2"))))
|
"1bsc54v1rvxmkwg7a2c01p192lvw5g576f589is8fy1m1c6v4ap8"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Reference in a new issue