3 , buildPythonApplication
7 buildPythonApplication rec {
8 pname = "git-branchstack";
12 inherit pname version;
13 hash = "sha256-gja93LOcVCQ6l+Cygvsm+3uomvxtvUl6t23GIb/tKyQ=";
21 homepage = "https://github.com/krobelus/git-branchstack";
22 description = "Efficiently manage Git branches without leaving your local branch";
23 license = licenses.mit;
24 maintainers = [ maintainers.AndersonTorres ];