guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 27a95b3a3b6cb79e702be0f5ce58981c3f284dc6
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Jul 18 11:05:58 2026 +0200
gnu: erlang-edown: Update to 0.9.2.
* gnu/packages/erlang.scm (erlang-edown): Update to 0.9.2.
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 be689705a5..e438f40c70 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -413,13 +413,13 @@ outputs you want to be readable around all that noise
they contain.")
(define-public erlang-edown
(package
(name "erlang-edown")
- (version "0.9.1")
+ (version "0.9.2")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "edown" version))
(sha256
- (base32 "1hl27qnylbjxzmz9w2pnm0wfmkcgyc6bcpmlm6mf35ymkj659ngr"))))
+ (base32 "0kgj0y7dh2r4575ihn3ci5q6zbhm7shd23ia3pn6851hm084r5pg"))))
(build-system rebar-build-system)
(home-page "https://github.com/uwiger/edown")
(synopsis "Markdown extension for EDoc")