mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mistune: Update to 3.1.3.
* gnu/packages/python-xyz.scm (python-mistune): Update to 3.1.3. [native-inputs]: Add python-pytest. Change-Id: If0954697380a12d0eb61e844a0d082553ae29aa2
This commit is contained in:
parent
9102d23361
commit
0a0010b11d
1 changed files with 4 additions and 4 deletions
|
@ -16868,17 +16868,17 @@ It also removes useless @code{pass} statements.")
|
||||||
(define-public python-mistune
|
(define-public python-mistune
|
||||||
(package
|
(package
|
||||||
(name "python-mistune")
|
(name "python-mistune")
|
||||||
(version "3.0.2")
|
(version "3.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mistune" version))
|
(uri (pypi-uri "mistune" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1802kx9hdbqmbd9acxx4dx6wn77q7mfz5y32psvfqarbg0hmq0x7"))))
|
||||||
"1s4ba1m69yldrhnyfj8lm4bl3axbi95g1dicxya27j9hv7g96zzw"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(home-page "https://github.com/lepture/mistune")
|
(home-page "https://github.com/lepture/mistune")
|
||||||
(synopsis "Markdown parser in pure Python")
|
(synopsis "Markdown parser in pure Python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue