gnu: python-crate: Update to 0.23.2.
* gnu/packages/databases.scm (python-crate): Update to 0.23.2.
This commit is contained in:
parent
ed3e7b7213
commit
19181820bc
@ -3085,13 +3085,13 @@ NumPy, and other traditional Python scientific computing packages.")
|
|||||||
(define-public python-crate
|
(define-public python-crate
|
||||||
(package
|
(package
|
||||||
(name "python-crate")
|
(name "python-crate")
|
||||||
(version "0.23.0")
|
(version "0.23.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "crate" version))
|
(uri (pypi-uri "crate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s3s7yg4m2zflg9q96aibwb5hizsn10ql63fsj6h5z624qkavnlp"))))
|
"0ngmlvi320c5gsxab0s7qgq0ck4jdlcwvb6lbjhnfprafdp56vvx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-urllib3" ,python-urllib3)))
|
`(("python-urllib3" ,python-urllib3)))
|
||||||
|
Loading…
Reference in New Issue
Block a user