guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1e813c429cbe6c9b1d44c38fc8bc8a7c28732450
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Jul 18 11:08:51 2026 +0200
gnu: erlang-idna: Update to 7.1.0.
* gnu/packages/erlang-xyz.scm (erlang-idna): Update to 7.1.0.
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 05382d2215..bc39dadfcd 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -1045,13 +1045,13 @@ library for Erlang < 20.")
(define-public erlang-idna
(package
(name "erlang-idna")
- (version "6.1.1")
+ (version "7.1.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "idna" version))
(sha256
- (base32 "1sjcjibl34sprpf1dgdmzfww24xlyy34lpj7mhcys4j4i6vnwdwj"))))
+ (base32 "07y7z3fxdzza5pc48k584ra1p2aljs6m1f6am1hxydmz4nh5ksba"))))
(build-system rebar-build-system)
(inputs (list erlang-unicode-util-compat))
(synopsis "Pure Erlang IDNA implementation")