gnu: python-fsspec: Update to 2024.12.0.

* gnu/packages/python-xyz.scm (python-fsspec): Update to 2024.12.0.

Change-Id: I47a782911a0139a24fc5edcf16abcf648e621d24
This commit is contained in:
Ricardo Wurmus 2025-01-14 22:52:20 +01:00
parent 4f5d5cfb12
commit ccd83fd84e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -30106,7 +30106,7 @@ 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 "2024.10.0") (version "2024.12.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -30115,7 +30115,7 @@ append on old values. Partd excels at shuffling operations.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0fba2wsf0z80y2x60rag5h393vn0ln7s0fbmvvl1cwjw30pgl9qb")))) (base32 "14hj13nnqd39z1x0vlf0939a08c5qb0jcwgawgcsr0wgmh2jzkam"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list