git-delete-merged-branches: 7.4.0 -> 7.4.1

This commit is contained in:
R. Ryantm
2024-05-24 08:16:52 +00:00
parent 6f1c0c2dfa
commit e81da2ef9d
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "git-delete-merged-branches";
version = "7.4.0";
version = "7.4.1";
src = fetchFromGitHub {
owner = "hartwork";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-17uFV3pjklqVW5ofeR54mgMh+q3uUCdqZG00Cc+4zFQ=";
sha256 = "sha256-1CUwac2TPU5s1uLS1zPvtXZEGCWYwm1y935jqbI173Q=";
};
propagatedBuildInputs = with python3Packages; [