1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

gnu: lua-sec: Update to 0.7.

* gnu/packages/lua.scm (lua-sec, lua5.1-sec, lua5.2-sec): Update to 0.7.
This commit is contained in:
Tobias Geerinckx-Rice
2019-03-18 17:39:31 +01:00
parent bf197dcda0
commit b520a00d32

View File

@@ -290,14 +290,14 @@ directory structure and file attributes.")
(define (make-lua-sec name lua)
(package
(name name)
(version "0.6")
(version "0.7")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/brunoos/luasec/archive/"
"luasec-" version ".tar.gz"))
(sha256
(base32
"0pgd1anzznl4s0h16wg8dlw9mgdb9h52drlcki6sbf5y31fa7wyf"))))
"0c9sdz3gvrsbvvdqzpnsappgwl40hfljlpfybqis6wia3mdyjxi1"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags