guix-commits
[Top][All Lists]
Advanced

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

06/45: gnu: cmark: Update to 0.30.2.


From: guix-commits
Subject: 06/45: gnu: cmark: Update to 0.30.2.
Date: Wed, 12 Jan 2022 17:58:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7e8ce8e66888dcc247d6d8d2d9e3a9bec83c2a00
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 11 23:36:40 2022 +0100

    gnu: cmark: Update to 0.30.2.
    
    * gnu/packages/markup.scm (cmark): Update to 0.30.2.
---
 gnu/packages/markup.scm | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index b52f3dd361..be3d4e619f 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -317,7 +317,7 @@ convert HTML to Markdown.")
 (define-public cmark
   (package
     (name "cmark")
-    (version "0.29.0")
+    (version "0.30.2")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -326,16 +326,7 @@ convert HTML to Markdown.")
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0r7jpqhgnssq444i8pwji2g36058vfzwkl70wbiwj13h4w5rfc8f"))
-             (modules '((guix build utils)))
-             (snippet
-              '(begin
-                 ;; Mimic upstream commit 68c3a91166347 to fix a test failure
-                 ;; when using Python 3.8.  Remove for versions > 0.29.
-                 ;; See <https://github.com/commonmark/cmark/issues/313>.
-                 (substitute* "test/normalize.py"
-                   (("cgi") "html"))
-                 #t))))
+               "1426snw3mq8qmpdxznkhsyy75xd9v9nwlc7sph08qpdz8xnp4hr2"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"))



reply via email to

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