me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -353,13 +353,13 @@ outputs you want to be readable around all that noise they contain.")
(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")