mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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 @@ (define-public python-chardet
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue