gnu: lua-sec: Update to 0.7.

* gnu/packages/lua.scm (lua-sec, lua5.1-sec, lua5.2-sec): Update to 0.7.
master
Tobias Geerinckx-Rice 2019-03-18 17:39:31 +01:00
parent bf197dcda0
commit b520a00d32
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

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