Merge pull request #282127 from r-ryantm/auto-update/python311Packages.kubernetes
python311Packages.kubernetes: 28.1.0 -> 29.0.0
This commit is contained in:
commit
8cc8bf47c6
@ -24,7 +24,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "kubernetes";
|
||||
version = "28.1.0";
|
||||
version = "29.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
owner = "kubernetes-client";
|
||||
repo = "python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-NKrxv5a5gkgpNG7yViTKYBYnU249taWl6fkPJa7/Rzo=";
|
||||
hash = "sha256-KChfiXYnJTeIW6O7GaK/fMxU2quIvbjc4gB4aZBeTtI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user