summaryrefslogtreecommitdiff
path: root/gnu/packages/genealogy.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 17:37:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-03 19:23:51 +0200
commit792a688103e04b88dbbf128e1e2c0b15d5e3d119 (patch)
tree5bd7b77598c84995646f31220d0ec567fb741278 /gnu/packages/genealogy.scm
parent25b62e7bbb974bcd67f003d3871272e032b93e02 (diff)
downloadguix-patches-792a688103e04b88dbbf128e1e2c0b15d5e3d119.tar
guix-patches-792a688103e04b88dbbf128e1e2c0b15d5e3d119.tar.gz
gnu: gramps: Update to 5.1.4.
* gnu/packages/genealogy.scm (gramps): Update to 5.1.4.
Diffstat (limited to 'gnu/packages/genealogy.scm')
-rw-r--r--gnu/packages/genealogy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm
index 2c3781d361..6e506f5d64 100644
--- a/gnu/packages/genealogy.scm
+++ b/gnu/packages/genealogy.scm
@@ -39,7 +39,7 @@
(define-public gramps
(package
(name "gramps")
- (version "5.1.3")
+ (version "5.1.4")
(source
(origin
(method git-fetch)
@@ -48,7 +48,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "109dwkswz2h2328xkqk2zj736d117s9pp7rz5cc1qg2vxn1lpm93"))))
+ (base32 "00358nzyw686ypqv45imc5k9frcqnhla0hpx9ynna3iy6iz5006x"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)