gnu: erlang-edown: Update to 0.9.1.

* gnu/packages/erlang.scm (erlang-edown): Update to 0.9.1.

Change-Id: I99e5e9f8edfa86937b86c0a3a42b3b73b64afc5e
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:43 +03:00 committed by Andrew Tropin
parent a536caee90
commit c137516665
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -353,13 +353,13 @@ (define-public erlang-cth-readable
(define-public erlang-edown
(package
(name "erlang-edown")
(version "0.8.4")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "edown" version))
(sha256
(base32 "0ij47gvgs6yfqphj0f54qjzj18crj8y1dsjjlzpp3dp8pscqzbqw"))))
(base32 "1hl27qnylbjxzmz9w2pnm0wfmkcgyc6bcpmlm6mf35ymkj659ngr"))))
(build-system rebar-build-system)
(home-page "https://github.com/uwiger/edown")
(synopsis "Markdown extension for EDoc")