gnu: python-wsgi-intercept: Use PYPI-URI.
* gnu/packages/python-web.scm (python-wsgi-intercept)[source]: Use PYPI-URI.
This commit is contained in:
parent
fd96f94f7d
commit
2b22186679
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue