guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d9204ac8a8646eec5b836b4f439019acb87689eb
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 21:59:38 2025 +0530

    gnu: evolution-data-server: Fix build.
    
    * gnu/packages/gnome.scm (evolution-data-server): Fix build.
    [inputs]: Remove libphonenumber; add libphonenumber-8.11.
    
    Change-Id: I743269627cd71f99bc0f7f8a2abbf213c874f316
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a0da9e8322..f313fa730a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8266,7 +8266,7 @@ Microsoft Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and 
Kerberos.")
            json-glib
            libcanberra
            libgweather
-           libphonenumber
+           libphonenumber-8.11
            mit-krb5
            openldap
            webkitgtk-for-gtk3))

Reply via email to