diff options
| author | VinÃcius dos Santos Oliveira <vini.ipsmaker@gmail.com> | 2021-06-18 20:20:01 -0300 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-06-22 10:54:16 +0200 |
| commit | 9ba41ea8231c44cf4d7312891b8d9add277e5d89 (patch) | |
| tree | b9bd7ef90603b93b3e61c28d3609c729cb0959e2 /gnu/packages/lua.scm | |
| parent | 17972082ccb05cce550bc095d23bd6dcaf3ec5a7 (diff) | |
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>
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 54d2ba400d6..0ecc91294f1 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -1108,23 +1108,20 @@ shell command executions.") | |||
| 1108 | (define-public emilua | 1108 | (define-public emilua |
| 1109 | (package | 1109 | (package |
| 1110 | (name "emilua") | 1110 | (name "emilua") |
| 1111 | (version "0.3.0") | 1111 | (version "0.3.2") |
| 1112 | (source (origin | 1112 | (source (origin |
| 1113 | (method git-fetch) | 1113 | (method git-fetch) |
| 1114 | (uri (git-reference | 1114 | (uri (git-reference |
| 1115 | (url "https://gitlab.com/emilua/emilua.git") | 1115 | (url "https://gitlab.com/emilua/emilua.git") |
| 1116 | (commit (string-append "v" version)) | 1116 | (commit (string-append "v" version)) |
| 1117 | ;; Current version requires bundled CLI11, but at some future | 1117 | ;; Current version requires Trial.Protocol and the HTTP lib |
| 1118 | ;; release the one found in the system could be used | 1118 | ;; developed as part of GSoC 2014 for Boost, and these are |
| 1119 | ;; instead. Current version also requires Trial.Protocol and | 1119 | ;; dependencies unlikely to be "unbundled" in future releases. |
| 1120 | ;; the HTTP lib developed as part of GSoC 2014 for Boost, but | ||
| 1121 | ;; these are dependencies unlikely to be "unbundled" in future | ||
| 1122 | ;; releases. | ||
| 1123 | (recursive? #t))) | 1120 | (recursive? #t))) |
| 1124 | (file-name (git-file-name name version)) | 1121 | (file-name (git-file-name name version)) |
| 1125 | (sha256 | 1122 | (sha256 |
| 1126 | (base32 | 1123 | (base32 |
| 1127 | "124fj73722c03znwdyqp1i0jygwv3s11f6s1j9rzym513qrf7fnd")))) | 1124 | "1999bgrh52124a5g4qizav3x257ff2brjr855srpm1jv1nxzbygv")))) |
| 1128 | (build-system meson-build-system) | 1125 | (build-system meson-build-system) |
| 1129 | (arguments | 1126 | (arguments |
| 1130 | `(#:meson ,meson-0.55 | 1127 | `(#:meson ,meson-0.55 |
