lilyp pushed a commit to branch gnome-team
in repository guix.
commit d239182de62b346254a83e5d2efc5660c35f378c
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Mon Jul 15 21:01:13 2024 +0200
gnu: gnome-online-accounts: Update to 3.50.3.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.50.3.
[propagated-inputs]: Replace gtk+ with gtk. Add libadwaita.
[inputs]: Replace gcr-3 with gcr, and webkitgtk-for-gtk3 with webkitgtk.
Add dbus.
---
gnu/packages/gnome.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9a61948e20..9325fddc89 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8208,7 +8208,7 @@ window manager.")
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.48.1")
+ (version "3.50.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8216,7 +8216,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12kza6wss01kcka1zc2bck4hwgc55vzwwdxabk75qndzhh8cg81y"))))
+ "1552diiga117z661izr84ald05bvl61fwx7bc51i8mqw2xysc577"))))
(build-system meson-build-system)
(arguments
(list
@@ -8237,15 +8237,16 @@ window manager.")
vala))
(propagated-inputs
(list glib ; required by goa-1.0.pc
- gtk+)) ; required by goa-backend-1.0.pc
+ gtk libadwaita)) ; required by goa-backend-1.0.pc
(inputs
(list docbook-xsl
- gcr-3
+ dbus
+ gcr
json-glib
libsecret
mit-krb5
rest-next
- webkitgtk-for-gtk3))
+ webkitgtk))
(synopsis "Single sign-on framework for GNOME")
(home-page "https://wiki.gnome.org/Projects/GnomeOnlineAccounts")
(description