guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 4c68c14d89c5b96fd4f2fa631e7df36dd6e82811
Author: Sughosha <[email protected]>
AuthorDate: Sat Oct 4 23:22:40 2025 +0530

    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 ac25094fb6..2e0b17d51c 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"

Reply via email to