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

python311Packages.google-cloud-container: 2.24.0 -> 2.25.0
This commit is contained in:
Fabian Affolter 2023-06-30 11:13:00 +02:00 committed by GitHub
commit c0942c4025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.24.0";
version = "2.25.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pTs3sEieEQRWDiSUeQDgPzsbny8mblXlYzGj5EtuXCA=";
hash = "sha256-VJ+iu3cd+iVFLT3v/sLUeh0wbpKjaVP/KY1YbwPXKtM=";
};
propagatedBuildInputs = [