git-machete: 3.39.1 -> 3.39.2

This commit is contained in:
R. Ryantm
2026-03-28 20:58:52 +00:00
parent 7a4dd1b237
commit 7a8bf4ac11
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "git-machete";
version = "3.39.1";
version = "3.39.2";
pyproject = true;
src = fetchFromGitHub {
owner = "virtuslab";
repo = "git-machete";
tag = "v${finalAttrs.version}";
hash = "sha256-jk/IWF2+uC+LybBlTRuh0Sc8+KHyLzLxoswFvAZnEMU=";
hash = "sha256-uu2HFrXcJl4jSl8nHBrTIxC0arn3FZQ2SvZIMyKqlaU=";
};
build-system = with python3.pkgs; [ setuptools ];