Merge pull request #88509 from seqizz/g_pysnoopdate

python-toolbox: 0.9.4 -> 1.0.10
This commit is contained in:
Mario Rodas 2020-05-23 00:04:23 -05:00 committed by GitHub
commit 18de70ce80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; {