gnu: python-mistune: Fix source URI.

* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-26 08:14:18 +01:00
parent 911a8fafb2
commit eff8d773d6
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -6000,10 +6000,7 @@ (define-public python-mistune
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/m/mistune/mistune-"
version
".tar.gz"))
(uri (pypi-uri "mistune" version))
(sha256
(base32
"04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11"))))