git-machete: 3.36.1 -> 3.36.3 (#428696)

This commit is contained in:
Weijia Wang
2025-08-05 05:25:53 +02:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "git-machete";
version = "3.36.1";
version = "3.36.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "virtuslab";
repo = "git-machete";
rev = "v${version}";
hash = "sha256-uVzER0Ll7d5cFrwtr1KcWeI70iioHDE6kpZYAiOxPnE=";
hash = "sha256-WjyRTtUDgw+luSzHvsJLPCkxWQldqA8idYrbLwWHScQ=";
};
build-system = with python3.pkgs; [ setuptools ];