gnu: python-ecdsa: Use PYPI-URI.

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

View File

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