Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #247197 from fabaff/google-cloud-tasks-bump

python311Packages.google-cloud-tasks: 2.13.2 -> 2.14.1

authored by

Fabian Affolter and committed by
GitHub
f024cd6a 97f29af9

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-tasks/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-tasks"; 16 - version = "2.13.2"; 16 + version = "2.14.1"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-VXYUs5PQ+bH97d/vOAxag4CAn8ROMvPZewF05e/k7PM="; 23 + hash = "sha256-yhqD33ORp4WS3Mp1FYOyLJB00KctyN69tKRof/mViik="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [