gnu: python-fsspec: Update to 2022.5.0.
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2022.5.0.
parent
8b680b00d4
commit
098d0012f5
|
@ -24821,14 +24821,14 @@ append on old values. Partd excels at shuffling operations.")
|
||||||
(define-public python-fsspec
|
(define-public python-fsspec
|
||||||
(package
|
(package
|
||||||
(name "python-fsspec")
|
(name "python-fsspec")
|
||||||
(version "0.6.1")
|
(version "2022.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fsspec" version))
|
(uri (pypi-uri "fsspec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g9ba8v04s1nrh7pvzfm2md7ivl2mrz3hcq3y9d1a44gd62h17zj"))))
|
"1d43qiz8g395042a52yswz6j7q41gvrv3k53wvxn1rs4bk3mjm3s"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; there are none
|
(arguments '(#:tests? #f)) ; there are none
|
||||||
(home-page "https://github.com/intake/filesystem_spec")
|
(home-page "https://github.com/intake/filesystem_spec")
|
||||||
|
|
Reference in New Issue