git-cola: 3.2 -> 3.3

This commit is contained in:
Bob van der Linden 2019-02-17 13:52:23 +01:00
parent a44784e811
commit 550852b617
No known key found for this signature in database
GPG Key ID: 2A90361F99CF1795
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ let
in buildPythonApplication rec {
name = "git-cola-${version}";
version = "3.2";
version = "3.3";
src = fetchFromGitHub {
owner = "git-cola";
repo = "git-cola";
rev = "v${version}";
sha256 = "1ivaqhvdbmlp0lmrwb2pv3kjqlcpqbxbinbvjjn3g81r4avjs7yy";
sha256 = "0gfbzcmaqg6hdy2cfpshgcwh8zgj1ia1vd95i5xdrsvksgb8fq2j";
};
buildInputs = [ git gettext ];