lol

Merge pull request #225613 from fabaff/google-cloud-container-bump

authored by

Sandro and committed by
GitHub
73869ed2 1c88c429

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-container/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-container"; 16 - version = "2.17.4"; 16 + version = "2.19.0"; 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-MG5/znRnPN98NwNYYU9835+4RcXDjaQPatqICnRMWqI="; 23 + hash = "sha256-2EsqTVf65OCvT1i0whgCSvKGGHuHHE27bEg1S4kb+a8="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [