Merge pull request #220951 from fabaff/google-cloud-task-bump

python310Packages.google-cloud-tasks: 2.12.1 -> 2.13.0
This commit is contained in:
Fabian Affolter 2023-03-13 10:04:14 +01:00 committed by GitHub
commit 48ffb6d78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [