* [bug#37920] [PATCH] gnu: gramps: Update to 5.1.1.
@ 2019-10-25 14:01 Guillaume Le Vaillant
2019-10-27 12:16 ` bug#37920: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Le Vaillant @ 2019-10-25 14:01 UTC (permalink / raw)
To: 37920; +Cc: Guillaume Le Vaillant
* gnu/packages/genealogy.scm (gramps): Update to 5.1.1.
[inputs]: Add cairo.
---
gnu/packages/genealogy.scm | 7 ++++---
1 file 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)
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-27 12:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-25 14:01 [bug#37920] [PATCH] gnu: gramps: Update to 5.1.1 Guillaume Le Vaillant
2019-10-27 12:16 ` bug#37920: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.