From 9fb21b00b3007f731895c538efeaaa19ca5c0182 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Jul 2026 00:39:26 +0200 Subject: [PATCH] python3Packages.gcsfs: 2026.3.0 -> 2026.7.0 https://github.com/fsspec/gcsfs/raw/2026.7.0/docs/source/changelog.rst --- pkgs/development/python-modules/gcsfs/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/gcsfs/default.nix b/pkgs/development/python-modules/gcsfs/default.nix index 1a81e2556ec7..f7ce82f07d13 100644 --- a/pkgs/development/python-modules/gcsfs/default.nix +++ b/pkgs/development/python-modules/gcsfs/default.nix @@ -4,7 +4,8 @@ fetchFromGitHub, # build-system - setuptools, + hatchling, + hatch-vcs, # dependencies aiohttp, @@ -23,7 +24,7 @@ buildPythonPackage (finalAttrs: { pname = "gcsfs"; - version = "2026.3.0"; + version = "2026.7.0"; pyproject = true; __structuredAttrs = true; @@ -31,11 +32,12 @@ buildPythonPackage (finalAttrs: { owner = "fsspec"; repo = "gcsfs"; tag = finalAttrs.version; - hash = "sha256-RLh3xFW/0qX5labJeUDsRRmQtnTdkvBS+gzJUJ1IP7k="; + hash = "sha256-Q+aqlFyNiGj0alOrnyjV9ILSSv6jRp+2DjDF/+f65po="; }; build-system = [ - setuptools + hatchling + hatch-vcs ]; dependencies = [