gnu: python-py-bcrypt: Use PYPI-URI.
* gnu/packages/python-crypto.scm (python-py-bcrypt)[source]: Use PYPI-URI.
This commit is contained in:
parent
6feb86f442
commit
27864e7c6c
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue