me
/
guix
Archived
1
0
Fork 0

gnu: gramps: Update to 5.1.1.

* gnu/packages/genealogy.scm (gramps): Update to 5.1.1.
[inputs]: Add cairo.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Guillaume Le Vaillant 2019-10-25 16:01:02 +02:00 committed by Efraim Flashner
parent b901a56615
commit d50f2b7a09
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -38,7 +38,7 @@
(define-public gramps
(package
(name "gramps")
(version "5.0.2")
(version "5.1.1")
(source
(origin
(method git-fetch)
@ -48,13 +48,14 @@
(file-name (git-file-name name version))
(sha256
(base32
"0wg743q8ixy5dmwricgkl4zck4109vq5ppmkyi18qjmna9m0aq7r"))))
"1zrvr543zzsiapda75vdd2669fgijmx4cv7nfj5d1jsyz4qnif7b"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
("intltool" ,intltool)))
(inputs
`(("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)
`(("cairo" ,cairo)
("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)
("geocode-glib" ,geocode-glib)
("gexiv2" ,gexiv2)
("ghostscript" ,ghostscript)