mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: lua-resty-core: Update to 0.1.18.
* gnu/packages/lua.scm (lua-resty-core): Update to 0.1.18.
This commit is contained in:
parent
c41314853d
commit
9c3a29e382
1 changed files with 2 additions and 2 deletions
|
@ -883,7 +883,7 @@ (define-public selene
|
|||
(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 @@ (define-public lua-resty-core
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11fyli6yrg7b91nv9v2sbrc6y7z3h9lgf4lrrhcjk2bb906576a0"))))
|
||||
"1c58hykwpg5zqbyhrcb703pzwbkih409v3bh2gady6z2kj9q32dw"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue