git-delete-merged-branches: Fix >=6.3.0 dependencies
Related change upstream:
440513c21e (diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7L36)
This commit is contained in:
parent
d8d4e0f5c9
commit
68bc9dd93b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
colorama
|
||||
clintermission
|
||||
prompt-toolkit
|
||||
];
|
||||
|
||||
checkInputs = [ git ]
|
||||
|
|
Loading…
Reference in a new issue