Merge pull request #298221 from r-ryantm/auto-update/python312Packages.google-cloud-container
python312Packages.google-cloud-container: 2.43.0 -> 2.44.0
This commit is contained in:
commit
3dacedfb80
1 changed files with 4 additions and 4 deletions
|
@ -14,21 +14,21 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-container";
|
||||
version = "2.43.0";
|
||||
version = "2.44.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-RfGhQv1wr5fMMHleMamwSKQ2opv3nppGSvUe4UdFiT0=";
|
||||
hash = "sha256-heNvRcepXqayn/impyP5h4L+eOJjGV1hMrZyg96aZKU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
libcst
|
||||
proto-plus
|
||||
|
|
Loading…
Reference in a new issue