python3Packages.fsspec: 2025.3.2 -> 2025.10.0

https://github.com/fsspec/filesystem_spec/raw/2025.10.0/docs/source/changelog.rst
This commit is contained in:
Martin Weinelt
2025-11-25 12:39:09 -08:00
committed by Robert Schütz
parent 879cb4284a
commit 7219056c12
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "fsspec";
version = "2025.3.2";
version = "2025.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fsspec";
repo = "filesystem_spec";
tag = version;
hash = "sha256-FsgDILnnr+WApoTv/y1zVFSeBNysvkizdKtMeRegbfI=";
hash = "sha256-rIn2m3lRhlJwkB54X4sRT9JH+e4pIIEt7dPjnknczjs=";
};
build-system = [