Skip to content

Commit

Permalink
Merge pull request #216804 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.kubernetes

python310Packages.kubernetes: 25.3.0 -> 26.1.0
  • Loading branch information
SuperSandro2000 authored Feb 22, 2023
2 parents 1ec66a2 + f3d988f commit 214e934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/kubernetes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

buildPythonPackage rec {
pname = "kubernetes";
version = "25.3.0";
version = "26.1.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "kubernetes-client";
repo = "python";
rev = "refs/tags/v${version}";
sha256 = "sha256-LKj9zt9ou3zfPnpOP2MMycby0qqW3dtI4CmW/E6jv0Y=";
sha256 = "sha256-2QkQGZ4Dho2PykH90ijosWWBzhQoCHoWhRL3ruOiDBg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 214e934

Please sign in to comment.