Merge pull request #155731 from r-ryantm/auto-update/python310Packages.google-cloud-dlp

This commit is contained in:
Sandro 2022-01-20 00:44:33 +01:00 committed by GitHub
commit d809ad8cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.4.0";
version = "3.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "0b249fa87deb57f5c7107a7d5d303673590a6524a7f113fc95f87493f3328606";
sha256 = "3a757a3fafab46f28ffd2465ae06c5f87071aee1b41aee13f44255074483d480";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];