Merge pull request #223472 from r-ryantm/auto-update/python310Packages.google-cloud-tasks

python310Packages.google-cloud-tasks: 2.13.0 -> 2.13.1
This commit is contained in:
Fabian Affolter 2023-03-28 08:39:20 +02:00 committed by GitHub
commit f845ba0b64
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.13.0";
version = "2.13.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7V57grRH2ysU765TDmqq7DOna9o8Nu9v4HjDAIf/ETA=";
hash = "sha256-mbhFBVx6Gye3M0lCny1vag659Am0ze7InfmeFr0ZeDM=";
};
propagatedBuildInputs = [