guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ffa3a733731bb748eb7dd6a6a3a7db1793f482b9
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Jul 18 11:08:40 2026 +0200
gnu: erlang-yconf: Update to 1.0.23.
* gnu/packages/erlang-xyz.scm (erlang-yconf): Update to 1.0.23.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/erlang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index fe1a173049..05382d2215 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -965,13 +965,13 @@ Erlang/Elixir.")
(define-public erlang-yconf
(package
(name "erlang-yconf")
- (version "1.0.21")
+ (version "1.0.23")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "yconf" version))
(sha256
- (base32 "0v093p002l0zw8v8g4f3l769fkr0ihv2xk39nj2mv1w6zpqsa965"))))
+ (base32 "0dqlqgd4291nlgd0sqyfxdgbaj3xp1pmrkvllz56l0i8afvxzd15"))))
(build-system rebar-build-system)
(inputs (list erlang-fast-yaml))
(synopsis "YAML configuration processor")