Commit 12c6f72d authored by R. RyanTM's avatar R. RyanTM
Browse files

gramps: 6.0.5 -> 6.0.6

parent ff709039
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
}:

python3Packages.buildPythonApplication rec {
  version = "6.0.5";
  version = "6.0.6";
  pname = "gramps";
  pyproject = true;

@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
    owner = "gramps-project";
    repo = "gramps";
    tag = "v${version}";
    hash = "sha256-mCc79h+XovUSaehybIa64zR5hutbNh705Uil58sQh7I=";
    hash = "sha256-+sWO+c7haKXH42JVT6Zpz70cHdGC/TPgBUMSD+0+/JI=";
  };

  patches = [