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

gnu: erlang-esip: Update to 1.0.59.

* gnu/packages/erlang-xyz.scm (erlang-esip): Update to 1.0.59.

Change-Id: I8d3690161dd46ceb32ecb734f0bbf139fd87c763
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Igorj Gorjaĉev
2025-09-22 22:54:03 +03:00
committed by Ludovic Courtès
parent 75259fe9e7
commit 065dedf1b8

View File

@@ -886,13 +886,13 @@ for Erlang/Elixir.")
(define-public erlang-esip
(package
(name "erlang-esip")
(version "1.0.56")
(version "1.0.59")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "esip" version))
(sha256
(base32 "07ys2n43fdg3cka6v7lh6633a177yiwmrkcd6vvj7dlkxw66dwwy"))))
(base32 "1rpvsfm5y932wfra1mvkqhdabikmwqlh65bky52b3h4x6hy2xpqb"))))
(build-system rebar-build-system)
(inputs (list erlang-fast-tls erlang-p1-utils erlang-stun))
(native-inputs (list erlang-pc))