gramps: 5.2.1 -> 5.2.2

This commit is contained in:
R. Ryantm 2024-04-07 22:01:42 +00:00
parent f6eb921406
commit 52fe9650a9
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ let
inherit (pythonPackages) buildPythonApplication pythonOlder;
in
buildPythonApplication rec {
version = "5.2.1";
version = "5.2.2";
pname = "gramps";
pyproject = true;
@ -32,8 +32,8 @@ buildPythonApplication rec {
src = fetchFromGitHub {
owner = "gramps-project";
repo = "gramps";
rev = "v${version}";
hash = "sha256-KgUc6AFLVFf3SYpjY/le0g4jNhGe4gpYcnkDEIZ/gxQ=";
rev = "refs/tags/v${version}";
hash = "sha256-umyc5G4p0GSEQEtq6sPUgtq1waNL1OW7iLxnf5dGcLc=";
};
patches = [