git-delete-merged-branches: 7.5.0 -> 7.5.1 (#477676)

This commit is contained in:
Sandro
2026-01-07 20:24:16 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-delete-merged-branches";
version = "7.5.0";
version = "7.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "hartwork";
repo = "git-delete-merged-branches";
tag = version;
sha256 = "sha256-2MSdUpToOiurtiL0Ws2dLEWqd6wj4nQ2RsEepBytgAk=";
sha256 = "sha256-wy5SLaw6QBvbmcFFgtIQ9MhGliW2/ZmCozEa2ZF0Lnc=";
};
build-system = with python3Packages; [ setuptools ];