Merge pull request #293873 from fabaff/google-cloud-tasks-bump

python311Packages.google-cloud-tasks: 2.16.2 -> 2.16.3

authored by Nick Cao and committed by GitHub ffaca96c 3f3861d4

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-tasks/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "google-cloud-tasks"; 17 - version = "2.16.2"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; 21 22 src = fetchPypi { 23 inherit pname version; 24 - hash = "sha256-L1wVxYEVHZE9hA/KNI3JpfvRzBbsUR4/ZrL8agHwbjg="; 25 }; 26 27 nativeBuildInputs = [
··· 14 15 buildPythonPackage rec { 16 pname = "google-cloud-tasks"; 17 + version = "2.16.3"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; 21 22 src = fetchPypi { 23 inherit pname version; 24 + hash = "sha256-2JH+cAbbTWEig4qm3krKbgB3urIk7crmhGZq4+MDxF8="; 25 }; 26 27 nativeBuildInputs = [