git-cola: 4.16.0 -> 4.16.1

This commit is contained in:
R. Ryantm
2025-11-16 01:24:48 +00:00
parent 042d0c7f69
commit 8948d14659
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.16.0";
version = "4.16.1";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
tag = "v${version}";
hash = "sha256-gBqMwqmpu0+gMeffiFdwy/kBdCUQRpJr+3vzUkBCRSk=";
hash = "sha256-rNu0D3mbGP9cEtVekwSgvjUoTKQkoLx6VuSbyXJEqjY=";
};
build-system = with python3Packages; [