mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-partd: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-partd): Update to 1.4.1. [propagated-inputs]: Remove python-blosc. Change-Id: I3aff28899339f9ffaa47b6f5c81e0e68ce660963
This commit is contained in:
parent
dff3357bb6
commit
cc67370ca1
1 changed files with 3 additions and 8 deletions
|
@ -27884,22 +27884,17 @@ (define-public python-locket
|
|||
(define-public python-partd
|
||||
(package
|
||||
(name "python-partd")
|
||||
(version "1.2.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "partd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sy3vdfyyx3bc5590zb7gwpsmimqz8m992x9hsydq8nmhixqjrxa"))))
|
||||
"0rvz2si6lbyhk7hj804gilq2y2bfdi33q81iwwkmgskgkva5vhjn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-blosc
|
||||
python-locket
|
||||
python-numpy
|
||||
python-pandas
|
||||
python-pyzmq
|
||||
python-toolz))
|
||||
(list python-locket python-numpy python-pandas python-pyzmq python-toolz))
|
||||
(home-page "https://github.com/dask/partd/")
|
||||
(synopsis "Appendable key-value storage")
|
||||
(description "Partd stores key-value pairs. Values are raw bytes. We
|
||||
|
|
Loading…
Reference in a new issue