gnu: calls: Update to 48.2.

* gnu/packages/gnome.scm (calls): Update to 48.2.

Change-Id: I4732422cd883d5a10f5fe241fa302d1b3c4a21c0
This commit is contained in:
Maxim Cournoyer 2025-05-19 14:01:23 +09:00 committed by Liliana Marie Prikler
parent adadf818a5
commit 0baefe91ad
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -14492,7 +14492,7 @@ receive calls.")
(define-public calls (define-public calls
(package (package
(name "calls") (name "calls")
(version "46.0") (version "48.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -14500,7 +14500,7 @@ receive calls.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0a21anz81a3pqlrmzgyb1az53wc7kyz61xafxsylpxf41cm8vm0x")) "1xh3k9vhbcb44nrkfjgbxkpjgxl1x3j01fqd1zjv3zrncaavv2ni"))
(patches (patches
(search-patches "calls-disable-application-test.patch" (search-patches "calls-disable-application-test.patch"
"calls-disable-sip-test.patch")))) "calls-disable-sip-test.patch"))))