diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-27 22:37:39 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-27 22:39:24 +0100 |
| commit | 27864e7c6ca6e3465ec92e4c4f564e28fe740765 (patch) | |
| tree | 24466d229652cb106015cf778347992e666f6abf /gnu/packages/python-crypto.scm | |
| parent | 6feb86f442e6ec53de0c4bd9d129915881c3bc51 (diff) | |
gnu: python-py-bcrypt: Use PYPI-URI.
* gnu/packages/python-crypto.scm (python-py-bcrypt)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 60e9cce38f7..2af2b497ee4 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.") | |||
| 148 | (source | 148 | (source |
| 149 | (origin | 149 | (origin |
| 150 | (method url-fetch) | 150 | (method url-fetch) |
| 151 | (uri (string-append | 151 | (uri (pypi-uri "py-bcrypt" version)) |
| 152 | "https://pypi.python.org/packages/source/p/py-bcrypt/py-bcrypt-" | ||
| 153 | version | ||
| 154 | ".tar.gz")) | ||
| 155 | (sha256 | 152 | (sha256 |
| 156 | (base32 | 153 | (base32 |
| 157 | "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az")))) | 154 | "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az")))) |
