8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-zSnxw3JHsFru9fOZSJZX+XOu144uJ0DaIKYlAtoHV7M=";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "A command-line tool that helps you clean up Git branches";
33 mainProgram = "git-sweep";
34 homepage = "https://github.com/arc90/git-sweep";
35 license = licenses.mit;
36 maintainers = with maintainers; [ pSub ];