Skip to content

Commit

Permalink
python37Packages.kubernetes: 8.0.0 -> 8.0.1
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-kubernetes/versions
  • Loading branch information
r-ryantm authored and worldofpeace committed Jan 2, 2019
1 parent 5f8594e commit 928b864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/kubernetes/default.nix
Expand Up @@ -4,7 +4,7 @@

buildPythonPackage rec {
pname = "kubernetes";
version = "8.0.0";
version = "8.0.1";

prePatch = ''
sed -e 's/sphinx>=1.2.1,!=1.3b1,<1.4 # BSD/sphinx/' -i test-requirements.txt
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "54f8e7bb1dd9a55cf416dff76a63c4ae441764280942d9913f2243676f29d02c";
sha256 = "0y0aygnd7kpflwdm3zxrmsgws0frk4qwq3lnq92zsiyxcxh8r4i5";
};

checkInputs = [ isort coverage pytest mock sphinx autopep8 pep8 codecov recommonmark nose ];
Expand Down

0 comments on commit 928b864

Please sign in to comment.