Commit 0234a93a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.google-cloud-dataproc: 5.4.0 -> 5.4.1

parent efa76830
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, google-api-core
, grpc-google-iam-v1
, mock
, libcst
, proto-plus
@@ -13,18 +14,19 @@

buildPythonPackage rec {
  pname = "google-cloud-dataproc";
  version = "5.4.0";
  version = "5.4.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oMX+XMglmgu2sfREVxSq/E9foEf49UzHEzkUupeFb14=";
    hash = "sha256-GJbhT2PBIaPx4sIhKHzH/QBlDSpz+LOPggQK5tWqt78=";
  };

  propagatedBuildInputs = [
    google-api-core
    grpc-google-iam-v1
    libcst
    proto-plus
    protobuf