gnu: python-websocket-client: Update to 0.37.0.
* gnu/packages/python.scm (python-websocket-client): Update to 0.37.0. [source]: Use pypi uri format.
This commit is contained in:
parent
697e86ddca
commit
6b810897a0
|
@ -6892,16 +6892,14 @@ tables.")
|
||||||
(define-public python-websocket-client
|
(define-public python-websocket-client
|
||||||
(package
|
(package
|
||||||
(name "python-websocket-client")
|
(name "python-websocket-client")
|
||||||
(version "0.34.0")
|
(version "0.37.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/w"
|
(uri (pypi-uri "websocket_client" version))
|
||||||
"/websocket-client/websocket_client-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1prdx6d49f1cff17kzj15bnz09palfdgc1m5dkq9jd4mr90n4ak8"))))
|
"0h9glp1jll3z76ly3kg08aqgxqk0a68p4zi9yn50353bh5nj92v7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-six" ,python-six))) ; for tests
|
`(("python-six" ,python-six))) ; for tests
|
||||||
|
|
Loading…
Reference in New Issue