git-cola: 4.17.0 -> 4.17.1

This commit is contained in:
R. Ryantm
2026-02-01 18:49:32 +00:00
parent 180fa16970
commit 8ae759b2c7
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.17.0";
version = "4.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
tag = "v${version}";
hash = "sha256-no4yvAjrg6q7L3PrMHSLrbm21myL9rXnKvOYjXrY1lw=";
hash = "sha256-aBVtyPgkmSYCDlPcmJKFKqUwKMbxVVy8AVsKBdPNkXI=";
};
build-system = with python3Packages; [