git-cola: 4.17.1 -> 4.18.2

This commit is contained in:
R. Ryantm
2026-03-19 16:52:58 +00:00
parent 4cb11d8ec0
commit bbc65f1ec6
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.17.1";
version = "4.18.2";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
tag = "v${version}";
hash = "sha256-aBVtyPgkmSYCDlPcmJKFKqUwKMbxVVy8AVsKBdPNkXI=";
hash = "sha256-oUh9XVj2FGRow3l5wBUGW+BN01ykLvsQH0uC/No22Do=";
};
build-system = with python3Packages; [