Merge pull request #293736 from r-ryantm/auto-update/python311Packages.google-cloud-webrisk

python311Packages.google-cloud-webrisk: 1.14.2 -> 1.14.3
This commit is contained in:
Nick Cao 2024-03-06 08:55:23 -05:00 committed by GitHub
commit 50bb1b11c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-webrisk";
version = "1.14.2";
version = "1.14.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5bRZRPVN6PtAI3yX5ogtxkDeHmz8mSE8ofz8k+VRLkY=";
hash = "sha256-VrfIVy3qGEMfFUiJ27zZPjBaWIPZX/qraga/+FfJol4=";
};
nativeBuildInputs = [