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

commit 27c4f3356a736463da2450f82322ed731d210f97
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:50:10 2026 +0530

    gnu: kmessagelib: 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 (kmessagelib)[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 bec94d93f2..42fac038c7 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1972,7 +1972,7 @@ using a Qt/KMime C++ API.")
      (list akonadi-contacts
            akonadi-search
            boost
-           gpgme-2
+           gpgmepp
            grantleetheme
            karchive
            kcalendarcore

Reply via email to