guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: cmark: Update to 0.28.0.


From: Tobias Geerinckx-Rice
Subject: 07/08: gnu: cmark: Update to 0.28.0.
Date: Thu, 3 Aug 2017 20:11:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b55d15e795f55c521e3a3c22cc98138b47030e4c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 4 01:27:14 2017 +0200

    gnu: cmark: Update to 0.28.0.
    
    * gnu/packages/markup.scm (cmark): Update to 0.28.0.
---
 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 4afe8c3..121e6cd 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -105,7 +105,7 @@ convert it to structurally valid XHTML (or HTML).")
 (define-public cmark
   (package
     (name "cmark")
-    (version "0.27.1")
+    (version "0.28.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/jgm/cmark/archive/";
@@ -113,7 +113,7 @@ convert it to structurally valid XHTML (or HTML).")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1da62ispca9aal2a36gaj87175rv5013pl7x740vk32y6lclr6v6"))))
+               "03pypf2mcacfa7lrwz66lh5hydsycc33arp1nx1lljbq98gikkv8"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"))



reply via email to

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