From e4dae25a23801f1830e9d58f9b1811975997efd4 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Sat, 4 Oct 2025 23:22:40 +0530 Subject: [PATCH] gnu: discount: Update to 3.0.1.2. * gnu/packages/markup.scm (discount): Update to 3.0.1.2. Change-Id: I2d87fb33aa18cb4c450f5d3d89ce2666c0bdd18e --- gnu/packages/markup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm index ac25094fb6dd7ba081b35db38478042d0a6236a5..2e0b17d51cd1379f9e2be16c7b4e5d0c8540f292 100644 --- a/gnu/packages/markup.scm +++ b/gnu/packages/markup.scm @@ -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"