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:
parent
60e29339d8
commit
ef7dd2e259
1 changed files with 1 additions and 4 deletions
|
@ -8623,10 +8623,7 @@ simulation, statistical modeling, machine learning and much more.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "chardet" version))
|
||||||
"https://pypi.python.org/packages/source/c/chardet/chardet-"
|
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4"))))
|
"1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4"))))
|
||||||
|
|
Reference in a new issue