python3Packages.s3fs: 2025.12.0 -> 2026.1.0

Diff: https://github.com/fsspec/s3fs/compare/2025.12.0...2026.1.0

Changelog: https://github.com/fsspec/s3fs/blob/2026.1.0/docs/source/changelog.rst
This commit is contained in:
Anthony Roussel
2026-01-25 23:43:31 +01:00
parent b596562eab
commit 346e0d2a52
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "s3fs";
version = "2025.12.0";
version = "2026.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fsspec";
repo = "s3fs";
tag = version;
hash = "sha256-/r+2eXOXUcMQ7TxyrEofZ79S8n8sA3++pJxdH3eQrYw=";
hash = "sha256-wkcDViE2Vr1fFMMFz3o7ewlI5UvVnWV7jIa9Es8d9Do=";
};
build-system = [