python-toolbox: 0.9.4 -> 1.0.10

This commit is contained in:
Gürkan Gür 2020-05-21 13:55:28 +02:00
parent 6405edf2dc
commit 4e7599ac57

View file

@ -4,10 +4,11 @@
, fetchFromGitHub , fetchFromGitHub
, isPy27 , isPy27
, nose , nose
, pytest
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.9.4"; version = "1.0.10";
pname = "python_toolbox"; pname = "python_toolbox";
disabled = isPy27; disabled = isPy27;
@ -15,12 +16,12 @@ buildPythonPackage rec {
owner = "cool-RR"; owner = "cool-RR";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1qy2sfqfrkgxixmd22v5lkrdykdfiymsd2s3xa7ndlvg084cgj6r"; sha256 = "1hpls1hwisdjx1g15cq052bdn9fvh43r120llws8bvgvj9ivnaha";
}; };
checkInputs = [ checkInputs = [
docutils docutils
nose pytest
]; ];
meta = with lib; { meta = with lib; {