mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: python-simplegeneric: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-simplegeneric)[source]: Use PYPI-URI.
This commit is contained in:
parent
5182927c44
commit
6c8c3980a9
1 changed files with 1 additions and 2 deletions
|
@ -4312,8 +4312,7 @@ (define-public python-simplegeneric
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/s/"
|
||||
"simplegeneric/simplegeneric-" version ".zip"))
|
||||
(uri (pypi-uri "simplegeneric" version ".zip"))
|
||||
(sha256
|
||||
(base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"))))
|
||||
(build-system python-build-system)
|
||||
|
|
Loading…
Reference in a new issue