gnu: python-wsgi-intercept: Use PYPI-URI.

* gnu/packages/python-web.scm (python-wsgi-intercept)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 11:48:18 +01:00
parent fd96f94f7d
commit 2b22186679
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 4 deletions

View File

@ -775,10 +775,7 @@ term.js Javascript terminal emulator library.")
(version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/"
"38/76/ebcbc24d0cb77db34520a3ca6ed1bd43ace17d182bbd8dd7d976f1c176fb/"
"wsgi_intercept-" version ".tar.gz"))
(uri (pypi-uri "wsgi_intercept" version))
(sha256
(base32
"0kjj2v2dvmnpdd5h5gk9rzz0f54rhjb0yiz3zg65bmp65slfw65d"))))