gnu: python-debian: Fix URL.

* gnu/packages/python.scm (python-debian)[source]: Use 'pypi-uri'.
master
Marius Bakke 2017-01-25 01:11:57 +01:00
parent a5dee1ac3a
commit 5e217a8b4b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 3 deletions

View File

@ -7026,9 +7026,7 @@ serve the same purpose: provide Python bindings for libmagic.")))
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/p/python-debian/python-debian-"
version ".tar.gz"))
(uri (pypi-uri name version))
(sha256
(base32
"0i15f0xzx679sd0ldq2sls9pnnps9fv6vhqvnv9dzf4qhma42i0y"))))