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

commit f44a410c2b2805d2c22d598e18d0805cce295f9a
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 adcb28dfde..5ad1d8c8f7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4587,7 +4587,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