3
0
Fork 0
forked from mirrors/nixpkgs

git-delete-merged-branches: 7.2.0 -> 7.2.2

This commit is contained in:
R. Ryantm 2022-11-28 11:31:53 +00:00
parent f2f39a2aff
commit 1ffa981087

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "git-delete-merged-branches";
version = "7.2.0";
version = "7.2.2";
src = fetchFromGitHub {
owner = "hartwork";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-pdP+DDJOSqr/fUQPtb84l/8J4EA81nlk/U8h24X8n+I=";
sha256 = "sha256-Q83s0kkrArRndxQa+V+eZw+iaJje7VR+aPScB33l1W0=";
};
propagatedBuildInputs = with python3Packages; [