summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2026-08-30 21:39:08 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2026-08-31 14:08:56 +0200
commitbc668b7944a1f3e5bfa7940b738dfc66b8ab19a5 (patch)
treeea49abe32ef4a506654f25d440ffcb72ef875473
parentdaefbb47995296ac55908a039fb0554e8cfe2523 (diff)
gnu: discount: Update to 3.0.2.0.
* gnu/packages/markup.scm (discount): Update to 3.0.2.0.
-rw-r--r--gnu/packages/markup.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 814a452b923..a175610aebe 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.")
335(define-public discount 335(define-public discount
336 (package 336 (package
337 (name "discount") 337 (name "discount")
338 (version "3.0.1.3") 338 (version "3.0.2.0")
339 (source (origin 339 (source (origin
340 (method url-fetch) 340 (method url-fetch)
341 (uri (string-append 341 (uri (string-append
@@ -343,7 +343,7 @@ documents in the ms and man formats, LaTeX, gemini, and terminal output.")
343 "discount/discount-" version ".tar.bz2")) 343 "discount/discount-" version ".tar.bz2"))
344 (sha256 344 (sha256
345 (base32 345 (base32
346 "03m3xxcjcg0byiblq3jy7is30373zlf36m3rs2whaaa1sbmd9qx4")))) 346 "0x5ny42bc6dl9njsy7y010fwcp4ggprfn96gyb06zfy28pkxjis7"))))
347 (build-system gnu-build-system) 347 (build-system gnu-build-system)
348 (arguments 348 (arguments
349 `(#:test-target "test" 349 `(#:test-target "test"