git-machete: 3.38.1 -> 3.39.0

This commit is contained in:
R. Ryantm
2026-02-01 21:13:06 +00:00
parent 180fa16970
commit eb9f97b00f
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "git-machete";
version = "3.38.1";
version = "3.39.0";
pyproject = true;
src = fetchFromGitHub {
owner = "virtuslab";
repo = "git-machete";
tag = "v${version}";
hash = "sha256-m/GstZAxBi4Q8GRv2GRrJNzChV1Rzw1vNuNP0Ao+GIY=";
hash = "sha256-A523zHMckOLAQJzYBWoFSxummR8tuaMbGTy3bz4aHs8=";
};
build-system = with python3.pkgs; [ setuptools ];