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

python310Packages.google-cloud-container: 2.11.2 -> 2.12.0
This commit is contained in:
Fabian Affolter 2022-09-21 09:27:47 +02:00 committed by GitHub
commit 8638ee4385
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.11.2";
version = "2.12.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-GYkO1gPaEFtlKRZqatwFkPZwb9rr42jmzSz/S1UoWrs=";
hash = "sha256-8zf8PYSOI0KE1P4wAjcehuEzPKZ7RdQlxdUGWYygzIM=";
};
propagatedBuildInputs = [