mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cmarkgfm: Update to 0.8.0.
* gnu/packages/markup.scm (python-cmarkgfm): Update to 0.8.0.
This commit is contained in:
parent
f2dfeef931
commit
fa3f7073a9
1 changed files with 2 additions and 2 deletions
|
@ -252,13 +252,13 @@ implementation.
|
||||||
(define-public python-cmarkgfm
|
(define-public python-cmarkgfm
|
||||||
(package
|
(package
|
||||||
(name "python-cmarkgfm")
|
(name "python-cmarkgfm")
|
||||||
(version "0.7.0")
|
(version "0.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cmarkgfm" version))
|
(uri (pypi-uri "cmarkgfm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06cw49bzxl3k7m8993cyi5zqxvk817z8ghhr9xqq5gx8klpiap56"))
|
"1jxk9cdir4q1bpjla7b7y1qfjmr7mkd0f802b2sb88njk079p1gy"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue