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
|
@ -4312,8 +4312,7 @@ common operations on files to be invoked on those path objects directly.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/s/"
|
(uri (pypi-uri "simplegeneric" version ".zip"))
|
||||||
"simplegeneric/simplegeneric-" version ".zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"))))
|
(base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
Loading…
Reference in New Issue