21 inherit pname version;
24 disabled = pythonOlder "3.7";
27 inherit pname version;
28 hash = "sha256-VuUrQJqSvL1JXPmByFrPE387PlHMdptG66IZuxq3Uzw=";
35 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "A utility to find python versions on your system";
49 mainProgram = "findpython";
50 homepage = "https://github.com/frostming/findpython";
51 changelog = "https://github.com/frostming/findpython/releases/tag/${version}";
52 license = licenses.mit;
53 maintainers = with maintainers; [ hexa ];