~ruther/guix-local

5e217a8b4b47fc8914f623db5acf96d0e5099c2c — Marius Bakke 9 years ago a5dee1a
gnu: python-debian: Fix URL.

* gnu/packages/python.scm (python-debian)[source]: Use 'pypi-uri'.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -3
@@ 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"))))