gnu: gramps: Update to 5.1.2.

* gnu/packages/genealogy.scm (gramps): Update to 5.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 15:18:04 +01:00
parent 60e4f6e233
commit 9d1c437619
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -38,7 +39,7 @@ (define-module (gnu packages genealogy)
(define-public gramps
(package
(name "gramps")
(version "5.1.1")
(version "5.1.2")
(source
(origin
(method git-fetch)
@ -47,8 +48,7 @@ (define-public gramps
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1zrvr543zzsiapda75vdd2669fgijmx4cv7nfj5d1jsyz4qnif7b"))))
(base32 "175iwvdp6c1a8rskl2wpk4yvzl437j7hm23v481974a85qy43iv8"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)