guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 875c9698f0a92e321b758198135a12b3095e0e81
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Mar 4 04:43:41 2026 +0900
gnu: libcall-ui: Update to 0.2.1.
* gnu/packages/gnome.scm (libcall-ui): Update to 0.2.1.
[propagated-inputs]: Replace gtk+ with gtk. Add libadwaita.
Change-Id: I32af61cd1a24badf981f04641877e28d8386af90
---
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bf33b8767f..142733e690 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13661,17 +13661,17 @@ historical battery usage and related statistics.")
(define-public libcall-ui
(package
(name "libcall-ui")
- (version "0.1.1")
+ (version "0.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.gnome.org/World/Phosh/libcall-ui")
- (commit "6798b38d4d66d069751151b3e9a202c6de8d7f3c")))
+ (commit (string-append "v" version))))
(file-name (git-file-name "libcall-ui" version))
(sha256
(base32
- "0zfrxh77ag8garqj319amnxjcdyp3ig12dkxfkl6wbwn1mvyrwx8"))
+ "1bzrsrqjbncnck762sfr9a55n0l540bx0850dhjm6lwi0yp7giyc"))
(patches (search-patches "libcall-ui-make-it-installable.patch"))))
(build-system meson-build-system)
(arguments
@@ -13686,7 +13686,8 @@ historical battery usage and related statistics.")
(setenv "DISPLAY" ":1"))))))
(propagated-inputs ; All these in call-ui.pc.
(list glib
- gtk+
+ gtk
+ libadwaita
libcallaudio
libhandy))
(native-inputs