guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit aa053422304aaf824693f17391cf0eb52fb1171b
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 7ba04ded68..4fbf19aa5a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14157,7 +14157,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 "/"
@@ -14165,7 +14165,7 @@ receive calls.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0a21anz81a3pqlrmzgyb1az53wc7kyz61xafxsylpxf41cm8vm0x"))
+ "1xh3k9vhbcb44nrkfjgbxkpjgxl1x3j01fqd1zjv3zrncaavv2ni"))
(patches
(search-patches "calls-disable-application-test.patch"
"calls-disable-sip-test.patch"))))