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

commit 3954cc4d242921cb83a145ff2e3180113f4c90ab
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:51:28 2026 +0530

    gnu: kleopatra: 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 (kleopatra)[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 5a65b619f7..f285d436de 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -1552,7 +1552,7 @@ protocol for querying and modifying directory services 
running over TCP/IP.")
            kdoctools))
     (inputs
      (list boost
-           gpgme-2
+           gpgmepp
            kcmutils
            kcodecs
            kconfig

Reply via email to