kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit c0920244b2d1ce719b0b57925ba025f726cc1789
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 20:31:34 2020 -0400
gnu: seahorse: Update to 3.36.
* gnu/packages/gnome.scm (seahorse): Update to 3.36.
[native-inputs]: Add gobject-introspection.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a63fc91..3a55c92 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3140,7 +3140,7 @@ engineering.")
(define-public seahorse
(package
(name "seahorse")
- (version "3.34")
+ (version "3.36")
(source
(origin
(method url-fetch)
@@ -3149,7 +3149,7 @@ engineering.")
version ".tar.xz"))
(sha256
(base32
- "16sfnqrdlr5xx6kixx2ln1mva7nngjlw1k3f5n454vyaigffjh2v"))))
+ "1nqn4a6dr4l1fpzj3mv4swhpnvhjcqlwsyhwm59sdzqgdfx4hbwr"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -3175,6 +3175,7 @@ engineering.")
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner
("itstool" ,itstool)
("pkg-config" ,pkg-config)
("vala" ,vala)