gnu: lua5.1-sec: Update to 0.9.
* gnu/packages/lua.scm (lua5.1-sec): Update to 0.9.
This commit is contained in:
parent
3095616bbf
commit
6298f327db
1 changed files with 3 additions and 3 deletions
|
@ -293,16 +293,16 @@ directory structure and file attributes.")
|
||||||
(define (make-lua-sec name lua)
|
(define (make-lua-sec name lua)
|
||||||
(package
|
(package
|
||||||
(name name)
|
(name name)
|
||||||
(version "0.7")
|
(version "0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/brunoos/luasec")
|
(url "https://github.com/brunoos/luasec")
|
||||||
(commit (string-append "luasec-" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w2w030jn4lgbkmzp7j3znmj856vfj0ca8sn8r444r5zhmihd761"))))
|
"0ssncgkggyr8i3z6zbvgrgsqj2q8676rnsikhpfwnk9n7sx4gwbl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue