gnu: python-py-bcrypt: Use PYPI-URI.

* gnu/packages/python-crypto.scm (python-py-bcrypt)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus 2019-01-27 22:37:39 +01:00
parent 6feb86f442
commit 27864e7c6c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 4 deletions

View File

@ -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"))))