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

commit 91a4605d87a1c6f76010f4c532a76b358247038d
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 42fac038c7..1de7daa615 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