python312Packages.google-cloud-container: 2.49.0 -> 2.50.0 (#339476)

This commit is contained in:
Fabian Affolter 2024-09-04 12:52:14 +02:00 committed by GitHub
commit 089658fcfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,15 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.49.0";
version = "2.50.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HBZFJ5oUVS1PIS/WBm4Xt/D0S+OGuM7gV43mInN8Lv8=";
pname = "google_cloud_container";
inherit version;
hash = "sha256-xq8m4jM6RcVAJVGdP0cZhriZQmT73AEJDLlXo9rjaQg=";
};
build-system = [ setuptools ];