python38Packages.google-cloud-datacatalog: 3.4.1 -> 3.4.2

This commit is contained in:
R. RyanTM 2021-09-28 08:18:27 +00:00
parent c05048b3e2
commit 9f2d83fd26

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "google-cloud-datacatalog";
version = "3.4.1";
version = "3.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "ad1bf9991bdee2a2fee44d19e54790a6eb900652841a5d7a32aa1c468a196f49";
sha256 = "f16ff1bb49ff760cdc0ff30bbc352f0c27b8bdd2ba76d8bf22e0fd9af3a2ca16";
};
propagatedBuildInputs = [ libcst google-api-core grpc-google-iam-v1 proto-plus ];