Skip to content
Snippets Groups Projects
Unverified Commit d50f2b7a authored by Guillaume Le Vaillant's avatar Guillaume Le Vaillant Committed by Efraim Flashner
Browse files

gnu: gramps: Update to 5.1.1.


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

Signed-off-by: default avatarEfraim Flashner <efraim@flashner.co.il>
parent b901a566
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ (define-module (gnu packages genealogy) ...@@ -38,7 +38,7 @@ (define-module (gnu packages genealogy)
(define-public gramps (define-public gramps
(package (package
(name "gramps") (name "gramps")
(version "5.0.2") (version "5.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
...@@ -48,13 +48,14 @@ (define-public gramps ...@@ -48,13 +48,14 @@ (define-public gramps
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0wg743q8ixy5dmwricgkl4zck4109vq5ppmkyi18qjmna9m0aq7r")))) "1zrvr543zzsiapda75vdd2669fgijmx4cv7nfj5d1jsyz4qnif7b"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
("intltool" ,intltool))) ("intltool" ,intltool)))
(inputs (inputs
`(("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf) `(("cairo" ,cairo)
("font-gnu-freefont-ttf" ,font-gnu-freefont-ttf)
("geocode-glib" ,geocode-glib) ("geocode-glib" ,geocode-glib)
("gexiv2" ,gexiv2) ("gexiv2" ,gexiv2)
("ghostscript" ,ghostscript) ("ghostscript" ,ghostscript)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment