python311Packages.google-cloud-container: 2.40.0 -> 2.41.0
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-container-v2.41.0/packages/google-cloud-container/CHANGELOG.md
This commit is contained in:
parent
5b07773a8f
commit
40f07e9174
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-container";
|
||||
version = "2.40.0";
|
||||
version = "2.41.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4yTrV0OtvCmd9+5rNaTOJBAS/s52hyjwA7O1/lLyFtE=";
|
||||
hash = "sha256-5DUFaQqzIvN/8Vo7MJNBrsMaB4HANO7Eb2nuzx3nDJc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue