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