9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-Py+D03bXnVsIwvYwjl0IMeH33ZPJW5TuJ3tU79MMsCw=";
31 pythonImportsCheck = [
36 description = "Module to create curses-based interactive selection list in the terminal";
37 homepage = "https://github.com/wong2/pick";
38 changelog = "https://github.com/wong2/pick/releases/tag/v${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];