Skip to content

Commit

Permalink
gramps: 5.0.1 -> 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2020
1 parent 379aaa1 commit 0aefa1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gramps/default.nix
Expand Up @@ -9,7 +9,7 @@
let
inherit (pythonPackages) python buildPythonApplication;
in buildPythonApplication rec {
version = "5.0.1";
version = "5.1.3";
pname = "gramps";

nativeBuildInputs = [ wrapGAppsHook gettext ];
Expand All @@ -26,7 +26,7 @@ in buildPythonApplication rec {
owner = "gramps-project";
repo = "gramps";
rev = "v${version}";
sha256 = "1jz1fbjj6byndvir7qxzhd2ryirrd5h2kwndxpp53xdc05z1i8g7";
sha256 = "109dwkswz2h2328xkqk2zj736d117s9pp7rz5cc1qg2vxn1lpm93";
};

pythonPath = with pythonPackages; [ bsddb3 PyICU pygobject3 pycairo ];
Expand Down

0 comments on commit 0aefa1e

Please sign in to comment.