1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

gnu: lua5.1-sec: Update to 0.9.

* gnu/packages/lua.scm (lua5.1-sec): Update to 0.9.
This commit is contained in:
Efraim Flashner
2020-01-06 14:48:06 +02:00
parent 3095616bbf
commit 6298f327db
+3 -3
View File
@@ -293,16 +293,16 @@ directory structure and file attributes.")
(define (make-lua-sec name lua)
(package
(name name)
(version "0.7")
(version "0.9")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/brunoos/luasec")
(commit (string-append "luasec-" version))))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1w2w030jn4lgbkmzp7j3znmj856vfj0ca8sn8r444r5zhmihd761"))))
"0ssncgkggyr8i3z6zbvgrgsqj2q8676rnsikhpfwnk9n7sx4gwbl"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags