Merge pull request #290843 from fabaff/google-cloud-tasks-bump

python311Packages.google-cloud-tasks: 2.16.1 -> 2.16.2
This commit is contained in:
Nick Cao 2024-02-23 10:30:37 -05:00 committed by GitHub
commit 02b9ccf765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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