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

commit bf384bef8a9d1d916f596e9ae61ebfea0b90aa79
Author: Sughosha <[email protected]>
AuthorDate: Tue May 12 19:38:56 2026 +0530

    gnu: kwallet-5: Build with newer gpgme.
    
    * gnu/packages/kde-frameworks.scm (kwallet-5)[inputs]: Remove gpgme; add
    gpgme-2.
    
    Merges guix/guix!8544
    
    Change-Id: I753a517649011858d49d3b4b685e7e62c847975b
    Signed-off-by: Cayetano Santos <[email protected]>
---
 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 936c719d76..e8ed2341b5 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
+     (list gpgme-2
            kauth-5
            kcodecs-5
            kconfig-5

Reply via email to