me
/
guix
Archived
1
0
Fork 0

gnu: gramps: Update to 5.1.2.

* gnu/packages/genealogy.scm (gramps): Update to 5.1.2.
master
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
1 changed files with 3 additions and 3 deletions

View File

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