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

python310Packages.google-cloud-dlp: 3.11.0 -> 3.11.1
This commit is contained in:
Fabian Affolter 2023-01-26 08:35:02 +01:00 committed by GitHub
commit 24037e1818
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.11.0";
version = "3.11.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5zysTKqmzRAiePBwLkbUhiAG91sKwao2BCTOBnVHlYg=";
hash = "sha256-TwVY6/4TSY8cPj3y/A7+cxpyVJ9+lPg+vAKNhfBNfqI=";
};
propagatedBuildInputs = [