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

git-cola: 4.7.0 -> 4.7.1
This commit is contained in:
Nick Cao 2024-05-13 10:38:26 -04:00 committed by GitHub
commit 655f20451e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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