File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
pkgs/by-name/gi/git-delete-merged-branches Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . buildPythonApplication rec {
99 pname = "git-delete-merged-branches" ;
10- version = "7.4.2" ;
10+ version = "7.5.0" ;
11+ pyproject = true ;
1112
1213 src = fetchFromGitHub {
1314 owner = "hartwork" ;
1415 repo = pname ;
1516 tag = version ;
16- sha256 = "sha256-l+R4gINZJ8bJdhcK+U9jOuIoAm2/bd5P+w9AbwPZMrk =" ;
17+ sha256 = "sha256-2MSdUpToOiurtiL0Ws2dLEWqd6wj4nQ2RsEepBytgAk =" ;
1718 } ;
1819
19- propagatedBuildInputs = with python3Packages ; [
20+ build-system = with python3Packages ; [ setuptools ] ;
21+
22+ dependencies = with python3Packages ; [
2023 colorama
2124 prompt-toolkit
2225 ] ;
@@ -25,7 +28,7 @@ python3Packages.buildPythonApplication rec {
2528
2629 meta = with lib ; {
2730 description = "Command-line tool to delete merged Git branches" ;
28- homepage = "https://pypi.org/project /git-delete-merged-branches/" ;
31+ homepage = "https://github.com/hartwork /git-delete-merged-branches/" ;
2932 license = licenses . gpl3Plus ;
3033 maintainers = with maintainers ; [ SuperSandro2000 ] ;
3134 } ;
You can’t perform that action at this time.
0 commit comments