[bug#53768] gnu: python-mistletoe: Update to 0.8.1.
Commit Message
* gnu/packages/markup.scm (python-mistletoe): Update to 0.8.1.
---
gnu/packages/markup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
Hi,
Em qui, 2022-02-03 às 21:07 -0500, jgart escreveu:
> * gnu/packages/markup.scm (python-mistletoe): Update to 0.8.1.
I added a copyright line for you and pushed, thanks!
@@ -439,13 +439,13 @@ (define-public md4c
(define-public python-mistletoe
(package
(name "python-mistletoe")
- (version "0.7.2")
+ (version "0.8.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mistletoe" version))
(sha256
- (base32 "18z6hqfnfjqnrcgfgl5pkj9ggf9yx0yyy94azcn1qf7hqn6g3l14"))))
+ (base32 "0h8ydzxlfzmspiz8lcm13qp720kfsxiky0qqnc2mxf4qzm16m326"))))
(build-system python-build-system)
(home-page "https://github.com/miyuchina/mistletoe")
(synopsis "Extensible Markdown parser in pure Python")