guix-commits
[Top][All Lists]
Advanced

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

19/26: gnu: python-ipython-genutils: Use PYPI-URI.


From: guix-commits
Subject: 19/26: gnu: python-ipython-genutils: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c9671d4bb2074f4079cb7c53bb858b043fae0ecd
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:10:06 2019 +0100

    gnu: python-ipython-genutils: Use PYPI-URI.
    
    * gnu/packages/python-xyz.scm (python-ipython-genutils)[source]: Use 
PYPI-URI.
---
 gnu/packages/python-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 993602a..2380a93 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4340,9 +4340,7 @@ standard library.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "https://pypi.python.org/packages/source/i/";
-                          "ipython_genutils/ipython_genutils-"
-                          version ".tar.gz"))
+      (uri (pypi-uri "ipython_genutils" version))
       (sha256
        (base32 "19l2pp1c64ansr89l3cqh19jdi2ixhssdzx0vz4n6r52a6i281is"))))
     (build-system python-build-system)



reply via email to

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