git-delete-merged-branches: Fix >=6.3.0 dependencies

Related change upstream:
440513c21e (diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7L36)
This commit is contained in:
Sebastian Pipping 2021-12-22 00:24:29 +01:00
parent d8d4e0f5c9
commit 68bc9dd93b

View file

@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
colorama
clintermission
prompt-toolkit
];
checkInputs = [ git ]