python3Packages.google-cloud-tasks: 2.20.0 -> 2.21.0

https://github.com/googleapis/google-cloud-python/blob/google-cloud-tasks-v2.21.0/packages/google-cloud-tasks/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:33:51 +01:00
parent 526d803885
commit 08fd17eea0
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.20.0";
version = "2.21.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_tasks";
inherit version;
hash = "sha256-czz0QKJdNP4c205slG0XO9g6LCLD17LHaiRZHzwWBBI=";
hash = "sha256-0o8zJIVT+vD/Ap4Zgaq1bNE72TNjXDvDOqGHZ15+FNE=";
};
build-system = [ setuptools ];