Merge pull request #298221 from r-ryantm/auto-update/python312Packages.google-cloud-container

python312Packages.google-cloud-container: 2.43.0 -> 2.44.0

authored by Fabian Affolter and committed by GitHub 3dacedfb c97d3103

+4 -4
+4 -4
pkgs/development/python-modules/google-cloud-container/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "google-cloud-container"; 17 - version = "2.43.0"; 17 + version = "2.44.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.7"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-RfGhQv1wr5fMMHleMamwSKQ2opv3nppGSvUe4UdFiT0="; 24 + hash = "sha256-heNvRcepXqayn/impyP5h4L+eOJjGV1hMrZyg96aZKU="; 25 25 }; 26 26 27 - nativeBuildInputs = [ 27 + build-system = [ 28 28 setuptools 29 29 ]; 30 30 31 - propagatedBuildInputs = [ 31 + dependencies = [ 32 32 google-api-core 33 33 libcst 34 34 proto-plus