guix-commits
[Top][All Lists]
Advanced

[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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]