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:
parent
9a05b4e6bf
commit
3d0e602243
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue