mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue