mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: graphios: Use PYPI-URI.
* gnu/packages/admin.scm (graphios)[source]: Use PYPI-URI.
This commit is contained in:
parent
aeec4a8fc1
commit
4267aa75a3
1 changed files with 1 additions and 3 deletions
|
@ -1569,9 +1569,7 @@ (define-public graphios
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/g/graphios/graphios-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "graphios" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h87hvc315wg6lklbf4l7csd3n5pgljwrfli1p3nasdi0izgn66i"))))
|
||||
|
|
Loading…
Reference in a new issue