gnu: python-mistune: Update to 0.7.3.

* gnu/packages/python.scm (python-mistune): Update to 0.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-24 14:54:56 +01:00
parent e6ace98d10
commit 08b813366e
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -5997,7 +5997,7 @@ (define-public python2-flake8-2.2.4
(define-public python-mistune
(package
(name "python-mistune")
(version "0.7")
(version "0.7.3")
(source
(origin
(method url-fetch)
@ -6007,7 +6007,7 @@ (define-public python-mistune
".tar.gz"))
(sha256
(base32
"17zqjp9m4d1w3jf2rbbq5xshcw24q1vlcv24gkgfqqyyymajxahx"))))
"04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11"))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)