This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bc668b7944 gnu: discount: Update to 3.0.2.0.
bc668b7944 is described below
commit bc668b7944a1f3e5bfa7940b738dfc66b8ab19a5
Author: Sören Tempel <[email protected]>
AuthorDate: Sun Aug 30 21:39:08 2026 +0200
gnu: discount: Update to 3.0.2.0.
* gnu/packages/markup.scm (discount): Update to 3.0.2.0.
---
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 814a452b92..a175610aeb 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -335,7 +335,7 @@ documents in the ms and man formats, LaTeX, gemini, and
terminal output.")
(define-public discount
(package
(name "discount")
- (version "3.0.1.3")
+ (version "3.0.2.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -343,7 +343,7 @@ documents in the ms and man formats, LaTeX, gemini, and
terminal output.")
"discount/discount-" version ".tar.bz2"))
(sha256
(base32
- "03m3xxcjcg0byiblq3jy7is30373zlf36m3rs2whaaa1sbmd9qx4"))))
+ "0x5ny42bc6dl9njsy7y010fwcp4ggprfn96gyb06zfy28pkxjis7"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"