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 bade48631f gnu: discount: Update to 3.0.1.3.
bade48631f is described below
commit bade48631fafa87b45fbc4775d1a736df8e282bd
Author: Sören Tempel <[email protected]>
AuthorDate: Sat Jul 25 15:04:26 2026 +0200
gnu: discount: Update to 3.0.1.3.
* gnu/packages/markup.scm (discount): Update to 3.0.1.3.
---
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 7cd036d472..e404b423c6 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.2")
+ (version "3.0.1.3")
(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
- "17cdff72kv5m6bkkmk182palxn7vay7vjw01yffdjvds9yihqrzc"))))
+ "03m3xxcjcg0byiblq3jy7is30373zlf36m3rs2whaaa1sbmd9qx4"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"