mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05: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 @@ (define-public perl-text-markdown-discount
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue