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

commit 3343619474659da358f1ff412d5c584ae698460c
Author: Sughosha <[email protected]>
AuthorDate: Sun Jul 5 20:46:32 2026 +0530

    gnu: kwallet: 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)[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 30847b6128..adcb28dfde 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4542,7 +4542,7 @@ to separate the structure of documents from the data they 
contain.")
     (native-inputs
      (list extra-cmake-modules kdoctools pkg-config))
     (inputs
-     (list gpgme-2
+     (list gpgmepp
            kauth
            kcodecs
            kconfig

Reply via email to