diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2019-10-25 16:01:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-10-27 12:55:52 +0200 |
commit | d50f2b7a09ea15564e5672db3d1fede6465c4b0b (patch) | |
tree | cde7713bafdb14998f4fea10a7981278985b8dc0 | |
parent | b901a56615deebfb8fffe5b13286abc6da91dee2 (diff) | |
download | patches-d50f2b7a09ea15564e5672db3d1fede6465c4b0b.tar patches-d50f2b7a09ea15564e5672db3d1fede6465c4b0b.tar.gz |
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>
-rw-r--r-- | gnu/packages/genealogy.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm index ec9d99400f..bb3ed3d0aa 100644 --- a/gnu/packages/genealogy.scm +++ b/gnu/packages/genealogy.scm @@ -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) |