gnu: graphios: Use PYPI-URI.
* gnu/packages/admin.scm (graphios)[source]: Use PYPI-URI.
This commit is contained in:
parent
aeec4a8fc1
commit
4267aa75a3
|
@ -1569,9 +1569,7 @@ specified directories.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "graphios" version))
|
||||||
"https://pypi.python.org/packages/source/g/graphios/graphios-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h87hvc315wg6lklbf4l7csd3n5pgljwrfli1p3nasdi0izgn66i"))))
|
"1h87hvc315wg6lklbf4l7csd3n5pgljwrfli1p3nasdi0izgn66i"))))
|
||||||
|
|
Loading…
Reference in New Issue