gnu: gramps: Update to 5.0.2.

* gnu/packages/genealogy.scm (gramps): Update to 5.0.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Guillaume Le Vaillant 2019-08-16 11:42:37 +02:00 committed by Ludovic Courtès
parent 66d146639d
commit 7d30b58808
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -38,7 +38,7 @@ (define-module (gnu packages genealogy)
(define-public gramps
(package
(name "gramps")
(version "5.0.1")
(version "5.0.2")
(source
(origin
(method git-fetch)
@ -48,7 +48,7 @@ (define-public gramps
(file-name (git-file-name name version))
(sha256
(base32
"1jz1fbjj6byndvir7qxzhd2ryirrd5h2kwndxpp53xdc05z1i8g7"))))
"0wg743q8ixy5dmwricgkl4zck4109vq5ppmkyi18qjmna9m0aq7r"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)