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

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-tasks-v2.16.3/packages/google-cloud-tasks/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-03-06 22:59:38 +01:00
parent 70430bfad5
commit dd152966e8
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.16.2";
version = "2.16.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-L1wVxYEVHZE9hA/KNI3JpfvRzBbsUR4/ZrL8agHwbjg=";
hash = "sha256-2JH+cAbbTWEig4qm3krKbgB3urIk7crmhGZq4+MDxF8=";
};
nativeBuildInputs = [