guix-commits
[Top][All Lists]
Advanced

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

13/26: gnu: python-lockfile: Use PYPI-URI.


From: guix-commits
Subject: 13/26: gnu: python-lockfile: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8318bf07407cf5e9919b4ef14ae97ba1ef5e77f9
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:05:59 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 548be29..d399031 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -528,8 +528,7 @@ to users of that module.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append 
"https://pypi.python.org/packages/source/l/lockfile/";
-                           "lockfile-" version ".tar.gz"))
+       (uri (pypi-uri "lockfile" version))
        (sha256
         (base32
          "16gpx5hm73ah5n1079ng0vy381hl802v606npkx4x8nb0gg05vba"))))



reply via email to

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