me
/
guix
Archived
1
0
Fork 0

gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}].

* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3.
master
Leo Famulari 2018-01-02 21:46:28 -05:00
parent 7526338837
commit a684e38d73
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -5381,14 +5381,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.7.3") (version "0.8.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
"04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11")))) "06b662p6kf46wh2jsabaqhaq4bz1srh2zxkrnx4yg96azlxw645w"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose) `(("python-nose" ,python-nose)