guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 145c81f7a421e994671506ae7aacc4c26045e1f8
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900

    gnu: gnome-online-accounts: Update to 3.54.4.
    
    * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.54.4.
    
    Change-Id: I82ac2087a218e8e2c5cfc197d959b73ba3afc144
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index af57bda26a..92565b9c90 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8201,7 +8201,7 @@ window manager.")
 (define-public gnome-online-accounts
   (package
     (name "gnome-online-accounts")
-    (version "3.50.7")
+    (version "3.54.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -8209,7 +8209,7 @@ window manager.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1y4dn60vm1dy9hajqbm7hvzs9j2468rxnyg5ma3xx53mssq885kd"))))
+                "14zm3innz8rflvzazqcm2bvh503xfv1a81x6bs4b9p27wx1rjwsm"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to