1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

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

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