Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-21 12:19:43 +00:00
committed by GitHub
24 changed files with 213 additions and 120 deletions
@@ -5,13 +5,13 @@ let
in buildPythonApplication rec {
pname = "git-cola";
version = "3.8";
version = "3.9";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
sha256 = "1qxv2k8lxcxpqx46ka7f042xk90xns5w9lc4009cxmsqvcdba03a";
sha256 = "11186pdgaw5p4iv10dqcnynf5pws2v9nhqqqca7z5b7m20fpfjl7";
};
buildInputs = [ git gettext ];