1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: erlang-luerl: Update to 1.5.0.

* gnu/packages/erlang-xyz.scm (erlang-luerl): Update to 1.5.0.

Change-Id: I4295904b63eecb30f5354b3383effdc1540c6f1f
This commit is contained in:
Giacomo Leidi
2025-10-02 11:39:08 +02:00
committed by Giacomo Leidi
parent 1c757f2a8a
commit c1c62855e9

View File

@@ -180,13 +180,13 @@ for code instrumentation and metrics collection.")
(define-public erlang-luerl
(package
(name "erlang-luerl")
(version "1.2.3")
(version "1.5.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "luerl" version))
(sha256
(base32 "1v9svw2ki9dsaqazkgv23dj158pmx5g6lykqsb8q1lnpll69sjqv"))))
(base32 "1124chny6jzzr0srpsyw2875j1x0fz9a941y90pn4gx9jj5jsqbn"))))
(build-system rebar-build-system)
(synopsis "Implementation of Lua on Erlang")
(description "This package provides implementation of Lua on Erlang.")