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

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

    gnu: kwallet: Build with newer gpgme.
    
    * gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Remove gpgme; add
    gpgme-2.
    
    Merges guix/guix!8544
    
    Change-Id: I06b46d0add86c1e7cf7bcc9032e326f88ae0b486
    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 f39ef76114..936c719d76 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4540,7 +4540,7 @@ to separate the structure of documents from the data they 
contain.")
     (native-inputs
      (list extra-cmake-modules kdoctools pkg-config))
     (inputs
-     (list gpgme
+     (list gpgme-2
            kauth
            kcodecs
            kconfig

Reply via email to