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:
Tobias Geerinckx-Rice 2020-11-13 23:32:28 +01:00
parent c41314853d
commit 9c3a29e382
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))