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

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

    gnu: gnome-contacts: Update to 48.0.
    
    * gnu/packages/gnome.scm (gnome-contacts): Update to 48.0.
    
    Change-Id: I7faca318b9418ad6e2a579f88662acc1643a92e0
---
 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 b74d0161cb..419f38f917 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2140,7 +2140,7 @@ commonly used macros.")
 (define-public gnome-contacts
   (package
     (name "gnome-contacts")
-    (version "46.0")
+    (version "48.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-contacts/"
@@ -2148,7 +2148,7 @@ commonly used macros.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1pvhcdngaibl4lc1cmqpnsyr6v9pqbfa4mvyrjdpzix16plb9bkh"))))
+                "1df1xhvlcqzd2y9c3mqclxr7n1rp9rcvaa2z30zyq9wlnnajjxm2"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to