guix-commits
[Top][All Lists]
Advanced

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

12/182: gnu: gnome-online-accounts: Update to 3.32.0.


From: guix-commits
Subject: 12/182: gnu: gnome-online-accounts: Update to 3.32.0.
Date: Fri, 15 Nov 2019 00:01:22 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 7d8c4a6ccd3b338f3f21e570dbd0054062559a6b
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 19 19:33:59 2019 -0400

    gnu: gnome-online-accounts: Update to 3.32.0.
    
    * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.32.0.
    [native-inputs]: Add vala.
---
 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 040d238..c18dc55 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5168,7 +5168,7 @@ window manager.")
 (define-public gnome-online-accounts
   (package
     (name "gnome-online-accounts")
-    (version "3.30.2")
+    (version "3.32.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5176,7 +5176,7 @@ window manager.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1p1gdgryziklrgngn6m13xnvfx4gb01h723nndfi9944r24fbiq5"))))
+                "1anlx0rb2hafg9929pgfms25mdz23sd0vdva06h6zlf8f5byc68w"))))
     (outputs '("out" "lib"))
     (build-system glib-or-gtk-build-system)
     (arguments
@@ -5202,6 +5202,7 @@ window manager.")
        ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)
+       ("vala" ,vala)
        ("xsltproc" ,libxslt)))
     (propagated-inputs
      `(("glib" ,glib)           ; required by goa-1.0.pc



reply via email to

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