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

This commit is contained in:
R. Ryantm
2026-04-03 09:05:19 +00:00
parent 6e48b2865e
commit df2cd4da09
@@ -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 ];