git-cola: 4.6.1 -> 4.7.0

This commit is contained in:
R. Ryantm 2024-05-04 23:27:13 +00:00
parent 14e704d967
commit 2b64b48b48

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "git-cola";
version = "4.6.1";
version = "4.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
hash = "sha256-qAvoBVZt2IwrWFNzGWpCZqj8gbjysGlB/VXaa1CMH4o=";
hash = "sha256-BiSs3vWJacCtGthHi/nFJm4Hqt0uO6XXZi/Zqvjb928=";
};
buildInputs = lib.optionals stdenv.isLinux [