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

gnu: erlang-yconf: Update to 1.0.21.

* gnu/packages/erlang-xyz.scm (erlang-yconf): Update to 1.0.21.

Change-Id: I8009ec934cd9b241e5eb7070e9f8ec467fe37f12
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Igorj Gorjaĉev
2025-09-22 23:13:01 +03:00
committed by Ludovic Courtès
parent a1dc2bd53b
commit 82480e0b2b

View File

@@ -945,13 +945,13 @@ Erlang/Elixir.")
(define-public erlang-yconf
(package
(name "erlang-yconf")
(version "1.0.17")
(version "1.0.21")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "yconf" version))
(sha256
(base32 "098s6if76z37amcqi99m0xq30h5i1znbjmw4ri39li216a994a6x"))))
(base32 "0v093p002l0zw8v8g4f3l769fkr0ihv2xk39nj2mv1w6zpqsa965"))))
(build-system rebar-build-system)
(inputs (list erlang-fast-yaml))
(synopsis "YAML configuration processor")