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

commit 43d539f5290ce9569dd68abaf31be969548c6dec
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:48:42 2026 +0530

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

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3d868b6234..f7636e8983 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4585,7 +4585,7 @@ the passwords on KDE work spaces.")
     (native-inputs
      (list extra-cmake-modules kdoctools-5))
     (inputs
-     (list gpgme-2
+     (list gpgmepp
            kauth-5
            kcodecs-5
            kconfig-5

Reply via email to