guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 2688adac3030bb8c4393318143fa5fe97cf33358
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:53:23 2026 +0530

    gnu: kaddressbook: Depend on gpgmepp instead of gpgme-2.
    
    Since the C++ bindings for GPGME are moved to GPGME++, use it instead.
    
    * gnu/packages/kde-pim.scm (kaddressbook)[inputs]: Remove gpgme-2; add 
gpgmepp.
---
 gnu/packages/kde-pim.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 43244340ce..a7e8262b57 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -785,7 +785,7 @@ information.")
            akonadi-mime
            akonadi-search
            boost
-           gpgme-2
+           gpgmepp
            grantleetheme
            kcalendarcore
            kcmutils

Reply via email to