python311Packages.google-cloud-tasks: 2.16.1 -> 2.16.2

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-tasks-v2.16.2/packages/google-cloud-tasks/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-02-23 11:32:52 +01:00
parent 9a05b4e6bf
commit 3d0e602243

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.16.1";
version = "2.16.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-61lHNwEns9/dnSuPVPXosBkfnOsWu7H9VGsPt+Lta2w=";
hash = "sha256-L1wVxYEVHZE9hA/KNI3JpfvRzBbsUR4/ZrL8agHwbjg=";
};
nativeBuildInputs = [