gnu: python-chardet: Fix PyPi download location.

This is a followup to a54cb3ce1f.

* gnu/packages/python.scm (python-chardet)[source](uri): Use PYPI-URI.
This commit is contained in:
Marius Bakke 2017-10-22 23:32:17 +02:00
parent 60e29339d8
commit ef7dd2e259
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 4 deletions

View File

@ -8623,10 +8623,7 @@ simulation, statistical modeling, machine learning and much more.")
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/c/chardet/chardet-"
version
".tar.gz"))
(uri (pypi-uri "chardet" version))
(sha256
(base32
"1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4"))))