8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-JRRgjg8pp3Xb0bERFWEhnOg9U8+kuqL+QQH6uE/Vbxs=";
20 propagatedBuildInputs = [
25 homepage = "https://github.com/FedericoCeratto/dashing";
26 description = "Terminal dashboards for Python";
27 license = licenses.gpl3;
28 maintainers = with maintainers; [ juliusrickert ];