git-machete: 3.44.0 -> 3.44.1

This commit is contained in:
R. Ryantm
2026-07-10 06:58:20 +00:00
parent 0e6ff04fc5
commit 06ade5193f
+2 -2
View File
@@ -9,14 +9,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "git-machete";
version = "3.44.0";
version = "3.44.1";
pyproject = true;
src = fetchFromGitHub {
owner = "virtuslab";
repo = "git-machete";
tag = "v${finalAttrs.version}";
hash = "sha256-3yUzHzhc6qHw8jPbO9ZMsffhXgEyAlT2NzYCuC9/qsc=";
hash = "sha256-OqNfKqp3nOXij9dSvStmRyYIQOF91F+pA+9rSGPp7gQ=";
};
build-system = with python3.pkgs; [ setuptools ];