From 0a197a4a1e471ec5d3ed8b6a3b49a372e8a33ec9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 1 May 2023 09:28:29 +0200 Subject: [PATCH] python310Packages.gcsfs: 2023.1.0 -> 2023.4.0 Diff: https://github.com/fsspec/gcsfs/compare/refs/tags/2023.1.0...2023.4.0 Changelog: https://github.com/fsspec/gcsfs/raw/2023.4.0/docs/source/changelog.rst --- pkgs/development/python-modules/gcsfs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/gcsfs/default.nix b/pkgs/development/python-modules/gcsfs/default.nix index 284f1407272b..04af8e58ef79 100644 --- a/pkgs/development/python-modules/gcsfs/default.nix +++ b/pkgs/development/python-modules/gcsfs/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "gcsfs"; - version = "2023.1.0"; + version = "2023.4.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "fsspec"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-HkpK7Dbp9myKtl/kWnFi0CmrM5PnuOKriTBeHg1Zd5c="; + hash = "sha256-FHS+g0SuYH9OPiE/+p2SHrsWfzBQ82GM6hTph8koh+o="; }; propagatedBuildInputs = [