python37Packages.google-cloud-dlp: 3.0.0 → 3.0.1

master
Sandro Jäckel 2021-02-02 21:45:05 +00:00
parent 2ecc4cd19f
commit 9492353e67
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.0.0";
version = "3.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "09rnzpdlycr1wv8agcfx05v1prn35ylphsbr07486zqdkh5wjk8p";
sha256 = "193c2c012639f0c063999e0b899f92d70763be605d5528f3d1da93d6734a1aa8";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];