Merge pull request #36577 from ryantm/auto-update/gramps

gramps: 4.2.6 -> 4.2.8
This commit is contained in:
Graham Christensen 2018-03-09 17:16:55 -05:00 committed by GitHub
commit c36b224665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
let
inherit (pythonPackages) python buildPythonApplication;
in buildPythonApplication rec {
version = "4.2.6";
version = "4.2.8";
name = "gramps-${version}";
buildInputs = [ intltool gtk3 ]
@ -22,7 +22,7 @@ in buildPythonApplication rec {
owner = "gramps-project";
repo = "gramps";
rev = "v${version}";
sha256 = "0k0bx6msc2kvkg0nwa9v2mp3qy7lmnxjd97n6a1zdzlq8yzw29f1";
sha256 = "17y6rjvvcz7lwjck4f5nmhnn07i9k5vzk5dp1jk7j3ldxjagscsd";
};
pythonPath = with pythonPackages; [ bsddb3 PyICU pygobject3 pycairo ] ++ [ pango ];