python3Packages.google-cloud-tasks: 2.21.0 -> 2.22.0 (#454097)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-21 19:16:05 +00:00
committed by GitHub
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.21.0";
version = "2.22.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_tasks";
inherit version;
hash = "sha256-0o8zJIVT+vD/Ap4Zgaq1bNE72TNjXDvDOqGHZ15+FNE=";
hash = "sha256-vJfYR/HfvxtgK2e5Kbe69XD+o13O2q2rta39+BameEE=";
};
build-system = [ setuptools ];