apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.

commit a5b3249c4600060df378b690db929eef7bce2745
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Apr 19 01:20:05 2022 -0400

    gnu: python-cmarkgfm: Update to 0.8.0.
    
    * gnu/packages/markup.scm (python-cmarkgfm): Update to 0.8.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 0292c02a7f..791035deb3 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -252,13 +252,13 @@ implementation.
 (define-public python-cmarkgfm
   (package
     (name "python-cmarkgfm")
-    (version "0.7.0")
+    (version "0.8.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "cmarkgfm" version))
               (sha256
                (base32
-                "06cw49bzxl3k7m8993cyi5zqxvk817z8ghhr9xqq5gx8klpiap56"))
+                "1jxk9cdir4q1bpjla7b7y1qfjmr7mkd0f802b2sb88njk079p1gy"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to