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
@@ -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 = [