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

python310Packages.google-cloud-tasks: 2.12.0 -> 2.12.1
This commit is contained in:
Fabian Affolter 2023-01-24 08:30:17 +01:00 committed by GitHub
commit 97dad1833b
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.0";
version = "2.12.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8dhYoj3/EXwMZLRduwskoAn7NSjA4N8xhIw8UbAAhnY=";
hash = "sha256-2kRj5zlAPVO2U3EzN+opz5OBtwEru5RqGOXGqLUPaUA=";
};
propagatedBuildInputs = [