3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.google-cloud-tasks: 2.12.1 -> 2.13.0

Changelog: https://github.com/googleapis/python-tasks/blob/v2.13.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-03-13 08:47:42 +01:00
parent 2b66b9019f
commit a718c7ace9

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-tasks";
version = "2.12.1";
version = "2.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2kRj5zlAPVO2U3EzN+opz5OBtwEru5RqGOXGqLUPaUA=";
hash = "sha256-7V57grRH2ysU765TDmqq7DOna9o8Nu9v4HjDAIf/ETA=";
};
propagatedBuildInputs = [