git-machete: 3.38.0 -> 3.38.1 (#477426)

This commit is contained in:
Matthias Beyer
2026-01-10 11:35:51 +00:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "git-machete";
version = "3.38.0";
version = "3.38.1";
pyproject = true;
src = fetchFromGitHub {
owner = "virtuslab";
repo = "git-machete";
tag = "v${version}";
hash = "sha256-cn++U2Vy6LCEZvtmvDOTQydnAxapUZxLUE+6Kxg7Rq8=";
hash = "sha256-m/GstZAxBi4Q8GRv2GRrJNzChV1Rzw1vNuNP0Ao+GIY=";
};
build-system = with python3.pkgs; [ setuptools ];