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

View file

@ -237,10 +237,7 @@ (define-public python-ecdsa
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "ecdsa" version))
"https://pypi.python.org/packages/source/e/ecdsa/ecdsa-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4")))) "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4"))))