gnu: emilua: Update to 0.3.2.
* gnu/packages/lua.scm (emilua): Update to 0.3.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
17972082cc
commit
9ba41ea823
1 changed files with 5 additions and 8 deletions
|
@ -1108,23 +1108,20 @@ shell command executions.")
|
||||||
(define-public emilua
|
(define-public emilua
|
||||||
(package
|
(package
|
||||||
(name "emilua")
|
(name "emilua")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/emilua/emilua.git")
|
(url "https://gitlab.com/emilua/emilua.git")
|
||||||
(commit (string-append "v" version))
|
(commit (string-append "v" version))
|
||||||
;; Current version requires bundled CLI11, but at some future
|
;; Current version requires Trial.Protocol and the HTTP lib
|
||||||
;; release the one found in the system could be used
|
;; developed as part of GSoC 2014 for Boost, and these are
|
||||||
;; instead. Current version also requires Trial.Protocol and
|
;; dependencies unlikely to be "unbundled" in future releases.
|
||||||
;; the HTTP lib developed as part of GSoC 2014 for Boost, but
|
|
||||||
;; these are dependencies unlikely to be "unbundled" in future
|
|
||||||
;; releases.
|
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"124fj73722c03znwdyqp1i0jygwv3s11f6s1j9rzym513qrf7fnd"))))
|
"1999bgrh52124a5g4qizav3x257ff2brjr855srpm1jv1nxzbygv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:meson ,meson-0.55
|
`(#:meson ,meson-0.55
|
||||||
|
|
Reference in a new issue