Merge pull request #314221 from r-ryantm/auto-update/git-delete-merged-branches

git-delete-merged-branches: 7.4.0 -> 7.4.1
This commit is contained in:
Matthias Beyer 2024-05-24 10:44:09 +02:00 committed by GitHub
commit 61daad16ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [