mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02: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 @@ specified in POSIX.1-2001 and POSIX.1-2008.")
|
|||
(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…
Add table
Add a link
Reference in a new issue