python3Packages.google-cloud-dataproc: 2.3.1 -> 2.4.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:18 +02:00
parent 3910f3e1e9
commit 0e5e719f3f

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-blNz/r5CDisjddIlKychKfEaN/8biKdYcyKTEGO+jTg=";
sha256 = "6e5373febe420e2b2375d2252b272129f11a37ff1b88a7587322931063be8d38";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];