gnu: erlang-yconf: Update to 1.0.17.

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

Change-Id: I98a7c9077c35c0ce1ed4cb7cb2ddc72aadd98663
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Igor Goryachev 2025-01-17 20:47:09 +02:00 committed by Zheng Junjie
parent 4cd7e2e0de
commit 559d1ced5a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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