git-cola: 3.1 -> 3.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
git-cola
This commit is contained in:
R. RyanTM 2018-08-30 18:28:14 -07:00
parent e6a37e3ce4
commit 58cbb0d0e6
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@ let
inherit (pythonPackages) buildPythonApplication pyqt5 sip pyinotify; inherit (pythonPackages) buildPythonApplication pyqt5 sip pyinotify;
in buildPythonApplication rec { in buildPythonApplication rec {
name = "git-cola-${version}"; name = "git-cola-${version}";
version = "3.1"; version = "3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "git-cola"; owner = "git-cola";
repo = "git-cola"; repo = "git-cola";
rev = "v${version}"; rev = "v${version}";
sha256 = "1xzm8694zndl2pb4nanzhldn7wrsc1gjd5ldjncidw1msp9fczq1"; sha256 = "1ivaqhvdbmlp0lmrwb2pv3kjqlcpqbxbinbvjjn3g81r4avjs7yy";
}; };
buildInputs = [ git gettext ]; buildInputs = [ git gettext ];