Merge pull request #274445 from fabaff/google-cloud-dataproc-bump

python311Packages.google-cloud-dataproc: 5.7.0 -> 5.8.0
This commit is contained in:
Fabian Affolter 2023-12-15 15:32:01 +01:00 committed by GitHub
commit 28b598f950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,20 +10,25 @@
, pytestCheckHook
, pytest-asyncio
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-dataproc";
version = "5.7.0";
format = "setuptools";
version = "5.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CGIpoPmHRIu5ICnhZiEqzvhdTo5dlPKCKt0hs4K/HAQ=";
hash = "sha256-sDQS3WPLhNwLsIRM2emp7vQOHQ1xlkllkFLMzw0+ldc=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
grpc-google-iam-v1