guix-commits
[Top][All Lists]
Advanced

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

14/23: gnu: python-ly: Use PYPI-URI.


From: Tobias Geerinckx-Rice
Subject: 14/23: gnu: python-ly: Use PYPI-URI.
Date: Sat, 24 Mar 2018 19:41:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1a52206e6027c7d791edc2d8eac7475c48aec266
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 24 23:44:15 2018 +0100

    gnu: python-ly: Use PYPI-URI.
    
    * gnu/packages/python.scm (python-ly)[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 3811233..cda0b50 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5797,9 +5797,7 @@ from an XML-based format.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/57/4f/";
-                           
"889579244947368f28eda66b782331b1e75f83fd72e63f9ece93cd7a18f9"
-                           "/python-ly-" version ".tar.gz"))
+       (uri (pypi-uri name version))
        (sha256
         (base32
          "0x98dv7p8mg26p4816yy8hz4f34zf6hpnnfmr56msgh9jnsm2qfl"))))



reply via email to

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