git-cola: 4.7.1 -> 4.8.0

This commit is contained in:
Bob van der Linden 2024-06-23 18:34:29 +02:00
parent 9693852a20
commit 169fbf6464
No known key found for this signature in database

View File

@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.7.1";
version = "4.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
hash = "sha256-93aayGGMgkSghTpx8M5Cfbxf2szAwrSzuoWK6GCTqZ8=";
hash = "sha256-sm/a790PiSqGYbftxvLiLMifKbMyi3a5Rvlhr9plyrU=";
};
buildInputs = lib.optionals stdenv.isLinux [