~ruther/guix-local

7d23866f0dbcb4b52d4bf92ac5a1b8680d223e77 — AwesomeAdam54321 5 months ago 0a6dbae
gnu: Add discount-2.

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

Change-Id: Ic71a3d01b735dcdd20730efde69e29fb2f7a8a62
Signed-off-by: Sughosha <sughosha@disroot.org>
1 files changed, 12 insertions(+), 0 deletions(-)

M gnu/packages/markup.scm
M gnu/packages/markup.scm => gnu/packages/markup.scm +12 -0
@@ 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")