summaryrefslogtreecommitdiff
path: root/gnu/packages/markup.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 18:53:37 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 18:55:46 +0200
commit7e72f5471bb1890f2f0ecc14bcc2be6047131f27 (patch)
tree0d11dd7289b8c6094e1a29afb56850fbaa1ac168 /gnu/packages/markup.scm
parent743c5be2d6e0dd135a1a2ed02a7f99401688034c (diff)
downloadguix-patches-7e72f5471bb1890f2f0ecc14bcc2be6047131f27.tar
guix-patches-7e72f5471bb1890f2f0ecc14bcc2be6047131f27.tar.gz
gnu: discount: Update to 2.2.4.
* gnu/packages/markup.scm (discount): Update to 2.2.4.
Diffstat (limited to 'gnu/packages/markup.scm')
-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 5bf07572a8..50969c8b16 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -109,7 +109,7 @@ convert it to structurally valid XHTML (or HTML).")
(define-public discount
(package
(name "discount")
- (version "2.2.2")
+ (version "2.2.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -117,7 +117,7 @@ convert it to structurally valid XHTML (or HTML).")
name "/" name "-" version ".tar.bz2"))
(sha256
(base32
- "0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc"))))
+ "199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"