~ruther/guix-local

ef7dd2e2593faa249e940f11f3d859accc87dad1 — Marius Bakke 8 years ago 60e2933
gnu: python-chardet: Fix PyPi download location.

This is a followup to a54cb3ce1f114ee1bc26371d9bc4abb0e04001ef.

* gnu/packages/python.scm (python-chardet)[source](uri): Use PYPI-URI.
1 files changed, 1 insertions(+), 4 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -4
@@ 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"))))