git-machete: 3.31.1 -> 3.32.1

This commit is contained in:
R. Ryantm
2025-02-06 09:24:41 +00:00
parent f56aaaac0c
commit 8e5a2b1af2
@@ -11,13 +11,13 @@
buildPythonApplication rec {
pname = "git-machete";
version = "3.31.1";
version = "3.32.1";
src = fetchFromGitHub {
owner = "virtuslab";
repo = pname;
rev = "v${version}";
hash = "sha256-OirzHEAHDiImgQoniBNaTjUgNm0I2azaPhjEnAavbNg=";
hash = "sha256-G62KCL0l1WTJoSXfJoQd1HXWleKPC8OjX39AD9NOgV0=";
};
nativeBuildInputs = [ installShellFiles ];