lol

Merge pull request #259271 from r-ryantm/auto-update/python310Packages.google-cloud-container

python310Packages.google-cloud-container: 2.31.0 -> 2.32.0

authored by

Fabian Affolter and committed by
GitHub
f4355671 25e31a52

+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.31.0"; 16 + version = "2.32.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-PGrG29a5tq41hn8zzJWdAy4Dju1O5ZPYhZ+CcsBraAY="; 23 + hash = "sha256-aU+42neWNlPhxw+mCSi0oR+vjh8VgKOQJQU6PhvM5t4="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [