diff options
| author | Jake Forster <jakecameron.forster@gmail.com> | 2025-09-28 10:03:34 +0930 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-30 19:46:03 +0100 |
| commit | 69baf529ea1889d09fe3233569b843960c911c3a (patch) | |
| tree | 2c86cd34501cb1722cf0e48c1ec6884aaadc0d49 /gnu/packages/python-xyz.scm | |
| parent | faac1c2bf08ec9fda10a95b54c5a59e19aeebc21 (diff) | |
gnu: python-fsspec: Update to 2025.9.0.
Fixes build of python-uproot.
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2025.9.0.
[home-page]: Fix permanent redirect.
Change-Id: Iecdefa053ccdc0928f7250b4fa0b8e2600cfb35f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f540fc6fa2..e6c59a0d54 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30689,7 +30689,7 @@ values. Partd excels at shuffling operations.") (define-public python-fsspec (package (name "python-fsspec") - (version "2025.7.0") + (version "2025.9.0") (source (origin (method git-fetch) @@ -30698,7 +30698,7 @@ values. Partd excels at shuffling operations.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1r7vv64qf7ynw81jn0xn5axz709a8fd0bl7w9131aqzqj7a00ppy")))) + (base32 "1f11jjp7xd4q9a5lmb00i5l9v36162gjr6h1hkfzvgq78xa735xp")))) (build-system pyproject-build-system) (arguments (list @@ -30729,7 +30729,7 @@ values. Partd excels at shuffling operations.") python-pytest-asyncio python-pytest-mock python-pytest-rerunfailures)) - (home-page "https://github.com/intake/filesystem_spec") + (home-page "https://github.com/fsspec/filesystem_spec") (synopsis "File-system specification") (description "The purpose of this package is to produce a template or specification for a file-system interface, that specific implementations |
