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

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

    gnu: calls: Update to 48.2.
    
    * gnu/packages/gnome.scm (calls): Update to 48.2.
    
    Change-Id: I4732422cd883d5a10f5fe241fa302d1b3c4a21c0
---
 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 2a46a34d2d..0b56855dce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14520,7 +14520,7 @@ receive calls.")
 (define-public calls
   (package
     (name "calls")
-    (version "46.0")
+    (version "48.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -14528,7 +14528,7 @@ receive calls.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0a21anz81a3pqlrmzgyb1az53wc7kyz61xafxsylpxf41cm8vm0x"))
+                "1xh3k9vhbcb44nrkfjgbxkpjgxl1x3j01fqd1zjv3zrncaavv2ni"))
               (patches
                (search-patches "calls-disable-application-test.patch"
                                "calls-disable-sip-test.patch"))))

Reply via email to