~ruther/guix-local

e4dae25a23801f1830e9d58f9b1811975997efd4 — Sughosha 5 months ago c3b94b2
gnu: discount: Update to 3.0.1.2.

* gnu/packages/markup.scm (discount): Update to 3.0.1.2.

Change-Id: I2d87fb33aa18cb4c450f5d3d89ce2666c0bdd18e
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/markup.scm
M gnu/packages/markup.scm => gnu/packages/markup.scm +2 -2
@@ 283,7 283,7 @@ documents in the ms and man formats, LaTeX, gemini, and terminal output.")
(define-public discount
  (package
    (name "discount")
    (version "2.2.7d")
    (version "3.0.1.2")
    (source (origin
             (method url-fetch)
             (uri (string-append


@@ 291,7 291,7 @@ documents in the ms and man formats, LaTeX, gemini, and terminal output.")
                   "discount/discount-" version ".tar.bz2"))
             (sha256
              (base32
               "0lkvnysnnaw431dam3b8b1f0ln1iscas5wcgw0bxx35fjqg098hj"))))
               "17cdff72kv5m6bkkmk182palxn7vay7vjw01yffdjvds9yihqrzc"))))
    (build-system gnu-build-system)
    (arguments
     `(#:test-target "test"