11 version = "unstable-2019-12-18";
13 src = fetchFromGitHub {
16 rev = "eeb3f346d57a67a471bdf111f39bef8932644481";
17 sha256 = "1nrjnybwzy93c79yylcwmb4lvkx7hixavnjwffslz0zwn32l0kx3";
21 pythonImportsCheck = [ "kinparse" ];
27 propagatedBuildInputs = [
33 description = "A Parser for KiCad EESCHEMA netlists";
34 homepage = "https://github.com/xesscorp/kinparse";
35 license = licenses.mit;
36 maintainers = with maintainers; [ matthuszagh ];