about summary refs log tree commit diff
path: root/pkgs/applications/misc/gramps
diff options
context:
space:
mode:
authorTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-03-28 19:21:20 +0100
committerTomaSajt <62384384+TomaSajt@users.noreply.github.com>2024-03-28 19:21:20 +0100
commitae821b4f699706f460336b3ea55a8275d56eea7e (patch)
tree3114a8364dec8db0a0b42de76e6458ee9b694b79 /pkgs/applications/misc/gramps
parent0c14ba3fd5eb0ad1c7fd590dc2f36176d7f7743c (diff)
gramps: 5.2.0 -> 5.2.1
Diffstat (limited to 'pkgs/applications/misc/gramps')
-rw-r--r--pkgs/applications/misc/gramps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/gramps/default.nix b/pkgs/applications/misc/gramps/default.nix
index a24cff0942e1e..e4bf463ac4a30 100644
--- a/pkgs/applications/misc/gramps/default.nix
+++ b/pkgs/applications/misc/gramps/default.nix
@@ -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 = [