python3Packages.google-cloud-tasks: 2.23.0 -> 2.24.0 (#551535)

This commit is contained in:
Nick Cao
2026-08-11 22:27:49 +00:00
committed by GitHub

View File

@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.23.0";
version = "2.24.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_tasks";
inherit version;
hash = "sha256-ptosEUpNtaWVk+umSYekv2lzoPSLGjGj1Kz/tvTHvrk=";
hash = "sha256-qk+HZOWxV8urga9hnMT9nxTr7Oi2nlOUplfDKKg2Yig=";
};
build-system = [ setuptools ];