Merge pull request #299808 from TomaSajt/gramps

gramps: 5.2.0 -> 5.2.1
This commit is contained in:
Nick Cao 2024-03-29 10:18:58 -04:00 committed by GitHub
commit 4b4f51dce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [