guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-py-bcrypt: Use PYPI-URI.


From: guix-commits
Subject: 02/03: gnu: python-py-bcrypt: Use PYPI-URI.
Date: Sun, 27 Jan 2019 16:39:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 27864e7c6ca6e3465ec92e4c4f564e28fe740765
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jan 27 22:37:39 2019 +0100

    gnu: python-py-bcrypt: Use PYPI-URI.
    
    * gnu/packages/python-crypto.scm (python-py-bcrypt)[source]: Use PYPI-URI.
---
 gnu/packages/python-crypto.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 60e9cce..2af2b49 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -148,10 +148,7 @@ to providing full-strength password hashing for multi-user 
application.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/p/py-bcrypt/py-bcrypt-";
-             version
-             ".tar.gz"))
+       (uri (pypi-uri "py-bcrypt" version))
        (sha256
         (base32
          "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az"))))



reply via email to

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