diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-18 20:31:34 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:48 -0400 |
commit | 35c6eb1d6b5457620b1d52d2a80fc79f1dec016c (patch) | |
tree | e9eaa90b86256d293670f4e990db5008eb5e2135 /gnu | |
parent | 77667f26721e4b864caad191492c1a30b7ac44a5 (diff) | |
download | guix-35c6eb1d6b5457620b1d52d2a80fc79f1dec016c.tar.gz |
gnu: seahorse: Update to 3.36.
* gnu/packages/gnome.scm (seahorse): Update to 3.36. [native-inputs]: Add gobject-introspection.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7d97a8c159..d37b0be204 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) |