7 buildPythonPackage rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-W+Cbcgb664nVT/nsFdDruT688JWG2NZnF5hDDezTgnw=";
23 # The package only has some "interactive" tests where a user must check for
24 # the correct output and hit enter after every check
26 pythonImportsCheck = [
31 description = "Context manager that prints a status line at the bottom of a terminal window";
32 homepage = "https://github.com/evalf/bottombar";
33 changelog = "https://github.com/evalf/bottombar/releases/tag/v${version}";
34 license = licenses.mit;
35 maintainers = with maintainers; [ conni2461 ];