mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-zope-interface: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-interface)[source]: Use PYPI-URI.
This commit is contained in:
parent
da501c49f3
commit
ba93e239eb
1 changed files with 1 additions and 2 deletions
|
@ -852,8 +852,7 @@ (define-public python-zope-interface
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.interface" version))
|
||||||
"/zope.interface/zope.interface-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))
|
"0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if"))))
|
||||||
|
|
Loading…
Reference in a new issue