[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: discount: Update to 2.2.4.
From: |
Tobias Geerinckx-Rice |
Subject: |
08/08: gnu: discount: Update to 2.2.4. |
Date: |
Sat, 11 Aug 2018 12:55:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7e72f5471bb1890f2f0ecc14bcc2be6047131f27
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Aug 11 18:53:37 2018 +0200
gnu: discount: Update to 2.2.4.
* gnu/packages/markup.scm (discount): Update to 2.2.4.
---
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 5bf0757..50969c8 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"
- branch master updated (a928596 -> 7e72f54), Tobias Geerinckx-Rice, 2018/08/11
- 05/08: gnu: angband: Update to 4.1.3., Tobias Geerinckx-Rice, 2018/08/11
- 04/08: gnu: fortune-mod: Return #t from all phases., Tobias Geerinckx-Rice, 2018/08/11
- 06/08: gnu: jpegoptim: Update to 1.4.6., Tobias Geerinckx-Rice, 2018/08/11
- 02/08: gnu: perl-lingua-en-tagger: Update to 0.29., Tobias Geerinckx-Rice, 2018/08/11
- 03/08: gnu: perl-email-simple: Update to 2.216., Tobias Geerinckx-Rice, 2018/08/11
- 01/08: gnu: perl-glib: Update to 1.327., Tobias Geerinckx-Rice, 2018/08/11
- 08/08: gnu: discount: Update to 2.2.4.,
Tobias Geerinckx-Rice <=
- 07/08: gnu: discount: Remove bogus FILE-NAME., Tobias Geerinckx-Rice, 2018/08/11