gnu: Add discount-2.

* gnu/packages/markup.scm (discount-2): New variable.

Change-Id: Ic71a3d01b735dcdd20730efde69e29fb2f7a8a62
Signed-off-by: Sughosha <sughosha@disroot.org>
This commit is contained in:
AwesomeAdam54321 2025-11-02 20:16:51 +08:00 committed by Sughosha
parent 0a6dbaeb66
commit 7d23866f0d
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -329,6 +329,18 @@ documents in the ms and man formats, LaTeX, gemini, and terminal output.")
(home-page "https://www.pell.portland.or.us/~orc/Code/discount/")
(license license:bsd-3)))
(define-public discount-2
(package/inherit discount
(version "2.2.7d")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.pell.portland.or.us/~orc/Code/"
"discount/discount-" version ".tar.bz2"))
(sha256
(base32
"0lkvnysnnaw431dam3b8b1f0ln1iscas5wcgw0bxx35fjqg098hj"))))))
(define-public perl-text-markdown
(package
(name "perl-text-markdown")