Merge pull request #309143 from r-ryantm/auto-update/git-cola

git-cola: 4.6.1 -> 4.7.0
This commit is contained in:
Nick Cao
2024-05-05 10:04:36 -04:00
committed by GitHub
@@ -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 [