python313Packages.google-cloud-tasks: 2.19.3 -> 2.20.0 (#464921)

This commit is contained in:
Fabian Affolter
2025-11-26 09:56:10 +00:00
committed by GitHub
@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.19.3";
version = "2.20.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "google_cloud_tasks";
inherit version;
hash = "sha256-6dpTTzeT4N43+aOzSsNkdCCGXKcmwKxyFIxPchxIlNY=";
hash = "sha256-czz0QKJdNP4c205slG0XO9g6LCLD17LHaiRZHzwWBBI=";
};
build-system = [ setuptools ];