python3.pkgs.scandir: 1.7 -> 1.10.0

This commit is contained in:
Nikolay Amiantov 2019-06-03 18:00:38 +03:00
parent 8ef8fd06bd
commit aceffe6f0c

View File

@ -2,13 +2,15 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "scandir"; pname = "scandir";
version = "1.7"; version = "1.10.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 ="0gbnhjzg42rj87ljv9kb648rfxph69ly3c8r9841dxy4d7l5pmdj"; sha256 ="1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd";
}; };
checkPhase = "python test/run_tests.py";
meta = with lib; { meta = with lib; {
description = "A better directory iterator and faster os.walk()"; description = "A better directory iterator and faster os.walk()";
homepage = https://github.com/benhoyt/scandir; homepage = https://github.com/benhoyt/scandir;