python3Packages.fsspec: 2026.3.0 -> 2026.6.0

https://github.com/fsspec/filesystem_spec/raw/2026.6.0/docs/source/changelog.rst
This commit is contained in:
Martin Weinelt
2026-07-12 21:38:06 +02:00
parent a1cf8c2c2b
commit 17749f1b0c
@@ -38,14 +38,14 @@
buildPythonPackage rec {
pname = "fsspec";
version = "2026.3.0";
version = "2026.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fsspec";
repo = "filesystem_spec";
tag = version;
hash = "sha256-K/qHc9uBYq/HkA6xhKAujdCBqH+0kcFnfD3a506A9Ns=";
hash = "sha256-MQkrSqXILUkIwm1r1Ins4ZLSATBvFDbylgRLTWQyQOQ=";
};
build-system = [