9 buildPythonPackage rec {
10 pname = "click-spinner";
14 inherit pname version;
15 sha256 = "h+rPnXKYlzol12Fe9X1Hgq6/kTpTK7pLKKN+Nm6XXa8=";
25 description = "Add support for showwing that command line app is active to Click";
26 homepage = "https://github.com/click-contrib/click-spinner";
27 license = licenses.mit;
28 maintainers = with maintainers; [ ];