python312Packages.google-cloud-tasks: 2.19.1 -> 2.19.2 (#392256)

This commit is contained in:
Fabian Affolter
2025-03-23 09:24:10 +01:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.19.1";
version = "2.19.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_tasks";
inherit version;
hash = "sha256-wvIqfdMVNp3C/3apjR9d/ah3lwraKNgpoUnL57FGPAY=";
hash = "sha256-J2tH6F9IJZI6d41UP8BzXkskvkX3P6fZZK0WVUAtB9w=";
};
build-system = [ setuptools ];