lilyp pushed a commit to branch gnome-team
in repository guix.
commit 1f54693307034b0f54f41582cee5970955f96dda
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 e37c0f77c0..90c89fc80b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8207,7 +8207,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 "/"
@@ -8215,7 +8215,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12kza6wss01kcka1zc2bck4hwgc55vzwwdxabk75qndzhh8cg81y"))))
+ "1552diiga117z661izr84ald05bvl61fwx7bc51i8mqw2xysc577"))))
(build-system meson-build-system)
(arguments
(list
@@ -8236,15 +8236,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