git-cola: 4.0.4 -> 4.1.0

This commit is contained in:
R. Ryantm 2022-12-25 10:51:03 +00:00 committed by Bobby Rong
parent adcf91124c
commit f38eb6de8f

View file

@ -5,13 +5,13 @@ let
in buildPythonApplication rec {
pname = "git-cola";
version = "4.0.4";
version = "4.1.0";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "refs/tags/v${version}";
hash = "sha256-++cpzspN7REp9dOcsostcaJPnFHUW624hlgngQWjQCs=";
hash = "sha256-s+acQo9b+ZQ31qXBf0m8ajXYuYEQzNybmX9nw+c0DQY=";
};
buildInputs = [ git gettext ];