lilyp pushed a commit to branch gnome-team
in repository guix.
commit 226e44e152efa17f6ebf321c414092dc3ee09f39
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100
gnu: calls: Update to 46.0.
* gnu/packages/gnome.scm (calls): Update to 46.0.
[inputs]: Replace gtk+ with gtk. Replace libhandy with libadwaita.
---
gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d27fe21800..a8af4d219c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14373,7 +14373,7 @@ receive calls.")
(define-public calls
(package
(name "calls")
- (version "45.0")
+ (version "46.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -14381,7 +14381,7 @@ receive calls.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1mvnrm5wbl69xbcjg8nxd6l6nj2fd3whbyh70axlm75c7l7d5j5r"))
+ "0a21anz81a3pqlrmzgyb1az53wc7kyz61xafxsylpxf41cm8vm0x"))
(patches
(search-patches "calls-disable-application-test.patch"
"calls-disable-sip-test.patch"))))
@@ -14408,11 +14408,11 @@ receive calls.")
gst-plugins-base
gst-plugins-good
gst-plugins-bad
- gtk+
+ gtk
libcall-ui
libgee
libpeas
- libhandy
+ libadwaita
modem-manager
sofia-sip))
(native-inputs