guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/107: gnu: seahorse: Update to 3.36.


From: guix-commits
Subject: 33/107: gnu: seahorse: Update to 3.36.
Date: Tue, 12 May 2020 10:53:14 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 35c6eb1d6b5457620b1d52d2a80fc79f1dec016c
Author: Kei Kebreau <address@hidden>
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 7d97a8c..d37b0be 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]