python312Packages.google-cloud-container: 2.46.0 -> 2.47.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-container-v2.47.0/packages/google-cloud-container/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-06-14 10:16:03 +02:00
parent 3ed05ce8f6
commit aeb8369e64

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-container";
version = "2.46.0";
version = "2.47.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3kbZ+y22ml8j4NVjfEzzl1JcAsbyVJGCRJuitv7K7lw=";
hash = "sha256-tvzOKTu2n5b9JDo9EJw48BUrJuOwOR9JK6PQyi44HfI=";
};
build-system = [ setuptools ];