Merge pull request #173577 from fabaff/gcsfs-fix

python310Packages.gcsfs: 2022.01.0 -> 2022.3.0
This commit is contained in:
Fabian Affolter 2022-05-19 10:29:41 +02:00 committed by GitHub
commit 9ca395f7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "gcsfs";
version = "2022.01.0";
version = "2022.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "fsspec";
repo = pname;
rev = version;
hash = "sha256-wNeK1GdjK9GKaaECcFeBLjFf/h3MbLI5e4MX0UNoTqE=";
hash = "sha256-+Bchwsa8Jj7WBWbzyH+GQuqZki4EltMryumKt4Pm1es=";
};
propagatedBuildInputs = [