guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-chardet: Fix PyPi download location.


From: Marius Bakke
Subject: 01/01: gnu: python-chardet: Fix PyPi download location.
Date: Sun, 22 Oct 2017 17:35:20 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ef7dd2e2593faa249e940f11f3d859accc87dad1
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 22 23:32:17 2017 +0200

    gnu: python-chardet: Fix PyPi download location.
    
    This is a followup to a54cb3ce1f114ee1bc26371d9bc4abb0e04001ef.
    
    * gnu/packages/python.scm (python-chardet)[source](uri): Use PYPI-URI.
---
 gnu/packages/python.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 108a54f..86bc487 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]