me
/
guix
Archived
1
0
Fork 0

gnu: lua-resty-core: Update to 0.1.18.

* gnu/packages/lua.scm (lua-resty-core): Update to 0.1.18.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -883,7 +883,7 @@ on numbers.")
(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 @@ on numbers.")
(file-name (git-file-name name version))
(sha256
(base32
"11fyli6yrg7b91nv9v2sbrc6y7z3h9lgf4lrrhcjk2bb906576a0"))))
"1c58hykwpg5zqbyhrcb703pzwbkih409v3bh2gady6z2kj9q32dw"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))