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

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

authored by

Fabian Affolter and committed by
GitHub
97dad183 c254f871

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-tasks/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "google-cloud-tasks"; 16 - version = "2.12.0"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.7"; 20 21 src = fetchPypi { 22 inherit pname version; 23 - hash = "sha256-8dhYoj3/EXwMZLRduwskoAn7NSjA4N8xhIw8UbAAhnY="; 24 }; 25 26 propagatedBuildInputs = [
··· 13 14 buildPythonPackage rec { 15 pname = "google-cloud-tasks"; 16 + version = "2.12.1"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.7"; 20 21 src = fetchPypi { 22 inherit pname version; 23 + hash = "sha256-2kRj5zlAPVO2U3EzN+opz5OBtwEru5RqGOXGqLUPaUA="; 24 }; 25 26 propagatedBuildInputs = [