Skip to content

Commit b6a4b48

Browse files
git-delete-merged-branches: 7.4.2 -> 7.5.0 (#390991)
2 parents 4509c32 + 59425d2 commit b6a4b48

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/gi/git-delete-merged-branches/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@
77

88
python3Packages.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
};

0 commit comments

Comments
 (0)