python38Packages.google-cloud-dlp: 3.2.2 -> 3.2.4

This commit is contained in:
Sandro Jäckel 2021-10-12 11:50:30 +02:00
parent bd2fcb1da4
commit 494c60168f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,19 +7,20 @@
, proto-plus
, pytestCheckHook
, pytest-asyncio
, pytz
, mock
}:
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.2.2";
version = "3.2.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZxGWTsqCIvpTSN+aThVgjPuMJE7hHMVn4zsidpXk7xk=";
sha256 = "sha256-5Z4/jUXyBlC1vpuwS7dPrTRFw1lqf+GGjm2fqFfIOjQ=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
propagatedBuildInputs = [ google-api-core libcst proto-plus pytz ];
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];