mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 4 deletions
|
@ -775,10 +775,7 @@ (define-public python-wsgi-intercept
|
|||
(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 a new issue