Merge pull request #200677 from kilianar/git-cola-4.0.3

git-cola: 4.0.2 -> 4.0.3
This commit is contained in:
Bobby Rong 2022-11-14 20:31:51 +08:00 committed by GitHub
commit 03af1b5510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@ let
in buildPythonApplication rec { in buildPythonApplication rec {
pname = "git-cola"; pname = "git-cola";
version = "4.0.2"; version = "4.0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "git-cola"; owner = "git-cola";
repo = "git-cola"; repo = "git-cola";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-5PE2Ey9IwNzxl4mk7tzaSWXiTmRFlxDO5MhoIYAwEag="; hash = "sha256-w3SbuquHuWTYg1N3kcix4S5vrsmclVSrHf6uv8CYU6w=";
}; };
buildInputs = [ git gettext ]; buildInputs = [ git gettext ];