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