mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python2-jsonrpclib: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python2-jsonrpclib)[source]: Use PYPI-URI.
This commit is contained in:
parent
0ca1d040d7
commit
6571bba06b
1 changed files with 1 additions and 3 deletions
|
@ -9268,9 +9268,7 @@ (define-public python2-jsonrpclib
|
|||
(version "0.1.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/j/jsonrpclib/"
|
||||
"jsonrpclib-" version ".tar.gz"))
|
||||
(uri (pypi-uri "jsonrpclib" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02vgirw2bcgvpcxhv5hf3yvvb4h5wzd1lpjx8na5psdmaffj6l3z"))))
|
||||
|
|
Loading…
Reference in a new issue