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

python310Packages.google-cloud-dlp: 3.10.0 -> 3.10.1
This commit is contained in:
Fabian Affolter 2023-01-07 22:57:16 +01:00 committed by GitHub
commit f8e39dbb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-dlp";
version = "3.10.0";
version = "3.10.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-0/bTCi1BhTrM8VJLuFZ9gZc0uwZqpAhcwoPt25flvkI=";
hash = "sha256-M7JhzttLvWMPC9AEJN/X9ofIFBtNzWGgXjnun8k1CwA=";
};
propagatedBuildInputs = [