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

git-cola: 3.10.1 -> 3.11.0
This commit is contained in:
figsoda 2021-10-20 08:16:09 -04:00 committed by GitHub
commit 1b179bef03
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 = "3.10.1"; version = "3.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "git-cola"; owner = "git-cola";
repo = "git-cola"; repo = "git-cola";
rev = "v${version}"; rev = "v${version}";
sha256 = "120hds7v29v70qxz20ppxf2glmgbah16v7jyy9i6hb6cfqp68vr8"; sha256 = "1s58wlpnndypx1q0m9fx8jmcd6hzqvrwdaxxrk7gn5nf423wq4xv";
}; };
buildInputs = [ git gettext ]; buildInputs = [ git gettext ];