guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cmark: Update to 0.27.1.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: cmark: Update to 0.27.1.
Date: Fri, 3 Mar 2017 00:25:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 95b80db637f2c7cb1c71d695324b81636f1a0e35
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 3 02:06:57 2017 +0100

    gnu: cmark: Update to 0.27.1.
    
    * gnu/packages/markdown.scm (cmark): Update to 0.27.1.
---
 gnu/packages/markdown.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/markdown.scm b/gnu/packages/markdown.scm
index ae54b0b..4a02019 100644
--- a/gnu/packages/markdown.scm
+++ b/gnu/packages/markdown.scm
@@ -104,7 +104,7 @@ convert it to structurally valid XHTML (or HTML).")
 (define-public cmark
   (package
     (name "cmark")
-    (version "0.26.1")
+    (version "0.27.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/jgm/cmark/archive/";
@@ -112,7 +112,7 @@ convert it to structurally valid XHTML (or HTML).")
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1mpmcy4bbmc8m058zqs9dwx49lcfi7bdnfszsr9y66cwgylia1mm"))))
+               "1da62ispca9aal2a36gaj87175rv5013pl7x740vk32y6lclr6v6"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"))



reply via email to

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