1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +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:
Igor Goryachev 2025-01-17 20:47:03 +02:00 committed by Zheng Junjie
parent 20298ab4b7
commit a99b5be04a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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.")