1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: python-mistune: Update to 0.8.4.

* gnu/packages/python.scm (python-mistune): Update to 0.8.4.
This commit is contained in:
Marius Bakke 2018-10-21 23:38:29 +02:00
parent 9861bcd182
commit b45688313b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6004,14 +6004,14 @@ plugins that intend to support Flake8 2.x and 3.x simultaneously.")
(define-public python-mistune (define-public python-mistune
(package (package
(name "python-mistune") (name "python-mistune")
(version "0.8.3") (version "0.8.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "mistune" version)) (uri (pypi-uri "mistune" version))
(sha256 (sha256
(base32 (base32
"06b662p6kf46wh2jsabaqhaq4bz1srh2zxkrnx4yg96azlxw645w")))) "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose) `(("python-nose" ,python-nose)