guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1e591b03ea0c35816d94c5cb053d9a3a764a2129
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Jul 18 11:05:41 2026 +0200
gnu: erlang-zipper: Update to 1.1.1.
* gnu/packages/erlang.scm (erlang-zipper): Update to 1.1.1.
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/erlang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 4a79df09c5..be689705a5 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -329,13 +329,13 @@ printing extending the io:format syntax to add colours.")
(define-public erlang-zipper
(package
(name "erlang-zipper")
- (version "1.1.0")
+ (version "1.1.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "zipper" version))
(sha256
- (base32 "0dbmxy5f86pmc85b1maassygnnf7n2bxapnbc2cc1wryx0xchi26"))))
+ (base32 "02ih1pvfwlvq5j2k8pz3hjn06h16khzfxk6klclr87ix1dfcb8rp"))))
(build-system rebar-build-system)
(synopsis "Generic Zipper implementation for Erlang")
(description "This package provides a generic Zipper implementation