21 buildPythonPackage rec {
26 disabled = pythonOlder "3.8";
28 src = fetchFromGitHub {
30 repo = "python-inquirer";
31 rev = "refs/tags/v${version}";
32 hash = "sha256-vIW/rD22PFND9EPjS0YPbIauKgh9KHh1gXf1L8g/f10=";
35 build-system = [ poetry-core ];
49 pythonImportsCheck = [ "inquirer" ];
52 description = "Collection of common interactive command line user interfaces, based on Inquirer.js";
53 homepage = "https://github.com/magmax/python-inquirer";
54 changelog = "https://github.com/magmax/python-inquirer/releases/tag/v${version}";
55 license = licenses.mit;
56 maintainers = with maintainers; [ mmahut ];