gramps: 5.1.3 -> 5.1.4
This commit is contained in:
parent
e1533b22af
commit
8c26c1caee
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python buildPythonApplication;
|
inherit (pythonPackages) python buildPythonApplication;
|
||||||
in buildPythonApplication rec {
|
in buildPythonApplication rec {
|
||||||
version = "5.1.3";
|
version = "5.1.4";
|
||||||
pname = "gramps";
|
pname = "gramps";
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook intltool gettext ];
|
nativeBuildInputs = [ wrapGAppsHook intltool gettext ];
|
||||||
|
@ -26,7 +26,7 @@ in buildPythonApplication rec {
|
||||||
owner = "gramps-project";
|
owner = "gramps-project";
|
||||||
repo = "gramps";
|
repo = "gramps";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "109dwkswz2h2328xkqk2zj736d117s9pp7rz5cc1qg2vxn1lpm93";
|
sha256 = "00358nzyw686ypqv45imc5k9frcqnhla0hpx9ynna3iy6iz5006x";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with pythonPackages; [ bsddb3 PyICU pygobject3 pycairo ];
|
pythonPath = with pythonPackages; [ bsddb3 PyICU pygobject3 pycairo ];
|
||||||
|
|
Loading…
Reference in a new issue