python312Packages.google-cloud-container: 2.49.0 -> 2.50.0
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-container-v2.50.0/packages/google-cloud-container/CHANGELOG.md
This commit is contained in:
parent
35ff1783b7
commit
f5c984f7f7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user