guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-debian: Fix URL.


From: Marius Bakke
Subject: 01/01: gnu: python-debian: Fix URL.
Date: Wed, 25 Jan 2017 00:13:26 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 5e217a8b4b47fc8914f623db5acf96d0e5099c2c
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 25 01:11:57 2017 +0100

    gnu: python-debian: Fix URL.
    
    * gnu/packages/python.scm (python-debian)[source]: Use 'pypi-uri'.
---
 gnu/packages/python.scm |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a26b4b3..0ec3a66 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7026,9 +7026,7 @@ serve the same purpose: provide Python bindings for 
libmagic.")))
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             
"https://pypi.python.org/packages/source/p/python-debian/python-debian-";
-             version ".tar.gz"))
+       (uri (pypi-uri name version))
        (sha256
         (base32
          "0i15f0xzx679sd0ldq2sls9pnnps9fv6vhqvnv9dzf4qhma42i0y"))))



reply via email to

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