mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: erlang-luerl: Update to 1.2.3.
* gnu/packages/erlang-xyz.scm (erlang-luerl): Update to 1.2.3. Change-Id: I36cf724a2c84c042b5e0487c564b904cb17ba94e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
20298ab4b7
commit
a99b5be04a
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@
|
|||
(define-public erlang-luerl
|
||||
(package
|
||||
(name "erlang-luerl")
|
||||
(version "1.2.0")
|
||||
(version "1.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "luerl" version))
|
||||
(sha256
|
||||
(base32 "0paj3gr0kn8v9g6wmdnz1f16q0iy1pb83zbqsalzbw2g17vd9bww"))))
|
||||
(base32 "1v9svw2ki9dsaqazkgv23dj158pmx5g6lykqsb8q1lnpll69sjqv"))))
|
||||
(build-system rebar-build-system)
|
||||
(synopsis "Implementation of Lua on Erlang")
|
||||
(description "This package provides implementation of Lua on Erlang.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue