gnu: python-netaddr: Fix the source URL.

* gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL.
This commit is contained in:
Cyril Roelandt 2017-09-13 03:17:03 +02:00
parent cb95e5e50e
commit 576c0e29cd
No known key found for this signature in database
GPG Key ID: 1C7995D2D5A38336
1 changed files with 1 additions and 4 deletions

View File

@ -7570,10 +7570,7 @@ reading and writing MessagePack data.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "netaddr" version))
"https://pypi.python.org/packages/source/n/netaddr/netaddr-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32
"1zdfadvpq4lmcqzr383gywxn4xyn355kj1n3lk9q2l03vmyfrbiq")))) "1zdfadvpq4lmcqzr383gywxn4xyn355kj1n3lk9q2l03vmyfrbiq"))))