guix_mirror_bot pushed a commit to branch gnome-team in repository guix. commit a8f310ae9caacf5878ed27a8e900bdcc89b5bd83 Author: Maxim Cournoyer <maxim.courno...@gmail.com> 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 1968c08ad1..bc63a8ec26 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -14442,7 +14442,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 "/" @@ -14450,7 +14450,7 @@ receive calls.") name "-" version ".tar.xz")) (sha256 (base32 - "0a21anz81a3pqlrmzgyb1az53wc7kyz61xafxsylpxf41cm8vm0x")) + "1xh3k9vhbcb44nrkfjgbxkpjgxl1x3j01fqd1zjv3zrncaavv2ni")) (patches (search-patches "calls-disable-application-test.patch" "calls-disable-sip-test.patch"))))