20 buildPythonPackage rec {
25 disabled = pythonOlder "3.7";
27 src = fetchFromGitHub rec {
29 repo = "python-inquirer";
30 rev = "refs/tags/v${version}";
31 hash = "sha256-7GfHsCQgnDUdiM1z9YNdDuwMNy6rLjR1UTnZMgpQ5k4=";
38 propagatedBuildInputs = [
51 pythonImportsCheck = [
56 description = "A collection of common interactive command line user interfaces, based on Inquirer.js";
57 homepage = "https://github.com/magmax/python-inquirer";
58 changelog = "https://github.com/magmax/python-inquirer/releases/tag/v${version}";
59 license = licenses.mit;
60 maintainers = with maintainers; [ mmahut ];