guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 95dc96241a9e32aad1384269921def50b999b4a8
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:14 2026 +0900

    gnu: gnome-connections: Update to 49.0.
    
    * gnu/packages/gnome.scm (gnome-connections): Update to 49.0.
    
    Change-Id: Ie05497291e3a3a1108816f2e129966c89acdeed9
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 f3154a8e9e..f23aa8f0ac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14278,7 +14278,7 @@ you to mark favorite talks and highlights conflicts 
between favorited talks.")
 (define-public gnome-connections
   (package
     (name "gnome-connections")
-    (version "48.0")
+    (version "49.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -14286,7 +14286,7 @@ you to mark favorite talks and highlights conflicts 
between favorited talks.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1l4z531p9mjv731wz0sz53addl93nab9gjxpyb32cmvba10gj3ip"))
+                "17kk9jra5c6gk75r004ddxzwj9m3dvn23bjz4d3lg4alp9k987rs"))
               (snippet
                #~(begin
                    (use-modules (guix build utils))

Reply via email to