diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-30 23:30:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-31 15:18:22 +0200 |
commit | 098d0012f56b7eb654a0e8412d5030584b163c12 (patch) | |
tree | 9f8604c2e4d3dc73b33d4ad19d404820e832b835 | |
parent | 8b680b00d49bdd1064918ffd221ffbcc11ba902a (diff) |
gnu: python-fsspec: Update to 2022.5.0.
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2022.5.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9ba7266fa9..3ac9adee1e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24821,14 +24821,14 @@ append on old values. Partd excels at shuffling operations.") (define-public python-fsspec (package (name "python-fsspec") - (version "0.6.1") + (version "2022.5.0") (source (origin (method url-fetch) (uri (pypi-uri "fsspec" version)) (sha256 (base32 - "1g9ba8v04s1nrh7pvzfm2md7ivl2mrz3hcq3y9d1a44gd62h17zj")))) + "1d43qiz8g395042a52yswz6j7q41gvrv3k53wvxn1rs4bk3mjm3s")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; there are none (home-page "https://github.com/intake/filesystem_spec") |