diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-27 22:38:42 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-27 22:39:24 +0100 |
| commit | 86228e569baaf1de0bfbb692fb2821df23f98b4a (patch) | |
| tree | 16029523b1e7743b233e569b91ae798bc78b1497 /gnu/packages/python-crypto.scm | |
| parent | 27864e7c6ca6e3465ec92e4c4f564e28fe740765 (diff) | |
gnu: python-ecdsa: Use PYPI-URI.
* gnu/packages/python-crypto.scm (python-ecdsa)[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 2af2b497ee4..077330e54a1 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -237,10 +237,7 @@ Python interface around SSH networking concepts.") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/source/e/ecdsa/ecdsa-" - version - ".tar.gz")) + (uri (pypi-uri "ecdsa" version)) (sha256 (base32 "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4")))) |
