10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-4vnjtSbw2y/o+fSWDl/CqTEZkl0jULGOLURdZ0BpKvY=";
28 pythonImportsCheck = [ "survey" ];
31 description = "Simple library for creating beautiful interactive prompts";
32 homepage = "https://github.com/Exahilosys/survey";
33 changelog = "https://github.com/Exahilosys/survey/releases/tag/v${version}";
34 license = licenses.mit;
35 maintainers = with maintainers; [ sfrijters ];