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

Diff: https://github.com/hartwork/git-delete-merged-branches/compare/refs/tags/7.3.1...7.4.0
This commit is contained in:
Sandro Jäckel 2022-12-24 03:29:42 +01:00
parent 8cd2d6de90
commit c286ba6694
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "git-delete-merged-branches";
version = "7.3.1";
version = "7.4.0";
src = fetchFromGitHub {
owner = "hartwork";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-9Y4n8OWZMwGoCunqwWtkDeDvRcJ4aepw1vgMXFHkhx0=";
sha256 = "sha256-17uFV3pjklqVW5ofeR54mgMh+q3uUCdqZG00Cc+4zFQ=";
};
propagatedBuildInputs = with python3Packages; [