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
@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-tasks";
|
pname = "google-cloud-tasks";
|
||||||
version = "2.16.1";
|
version = "2.16.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-61lHNwEns9/dnSuPVPXosBkfnOsWu7H9VGsPt+Lta2w=";
|
hash = "sha256-L1wVxYEVHZE9hA/KNI3JpfvRzBbsUR4/ZrL8agHwbjg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user