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

This commit is contained in:
R. Ryantm 2023-01-24 06:51:40 +00:00
parent 287b071e9a
commit a4f709d43b

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