gramps: 5.2.0 -> 5.2.1

This commit is contained in:
TomaSajt 2024-03-28 19:21:20 +01:00
parent 0c14ba3fd5
commit ae821b4f69
No known key found for this signature in database
GPG Key ID: F011163C050122A1
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ let
inherit (pythonPackages) buildPythonApplication pythonOlder;
in
buildPythonApplication rec {
version = "5.2.0";
version = "5.2.1";
pname = "gramps";
pyproject = true;
@ -33,7 +33,7 @@ buildPythonApplication rec {
owner = "gramps-project";
repo = "gramps";
rev = "v${version}";
hash = "sha256-8iQcaWLiBegVjcV16TfZbp8/4N/9f5pEl7mdV78CeEY=";
hash = "sha256-KgUc6AFLVFf3SYpjY/le0g4jNhGe4gpYcnkDEIZ/gxQ=";
};
patches = [