diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-19 01:20:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:45:57 -0400 |
commit | fa3f7073a98d7c37036712becda3167f4db6a2aa (patch) | |
tree | 7bf81d95c713b8bc435b877da4629c9954ed9b72 /gnu | |
parent | f2dfeef93139efdc4e64a2003ec7ed9711db96ae (diff) | |
download | guix-fa3f7073a98d7c37036712becda3167f4db6a2aa.tar.gz guix-fa3f7073a98d7c37036712becda3167f4db6a2aa.zip |
gnu: python-cmarkgfm: Update to 0.8.0.
* gnu/packages/markup.scm (python-cmarkgfm): Update to 0.8.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/markup.scm | 4 |
1 files 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 |