1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 11:33:24 +00:00

Merge pull request #139712 from r-ryantm/auto-update/python38Packages.google-cloud-datacatalog

This commit is contained in:
Sandro 2021-09-28 10:51:19 +02:00 committed by GitHub
commit 1535525e2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];