1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: erlang-ezlib: Update to 1.0.15.

* gnu/packages/erlang-xyz.scm (erlang-ezlib): Update to 1.0.15.

Change-Id: I546367485b9343b96c699c0f88f326c56e022df8
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Igorj Gorjaĉev
2025-09-22 22:55:26 +03:00
committed by Ludovic Courtès
parent 065dedf1b8
commit 27f79db859
+2 -2
View File
@@ -743,13 +743,13 @@ dispatch them as Telemetry events.")
(define-public erlang-ezlib
(package
(name "erlang-ezlib")
(version "1.0.13")
(version "1.0.15")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "ezlib" version))
(sha256
(base32 "1fxz584ry1ib35r74hbmapwq71j5iv5rymm927ys0mgdz2rjmrly"))))
(base32 "1arfjvipmfvz52szlsy6gn4s1x25spip6gljwv7za6jj29nbl56x"))))
(build-system rebar-build-system)
(inputs (list erlang-p1-utils))
(native-inputs (list erlang-pc))