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

commit 17e3aca024398f5a8b431f7db7b13518f6822577
Author: Sughosha <[email protected]>
AuthorDate: Tue May 12 19:37:09 2026 +0530

    gnu: kaddressbook: Build with newer gpgme.
    
    * gnu/packages/kde-pim.scm (kaddressbook)[inputs]: Remove gpgme; add
    gpgme-2.
    
    Merges guix/guix!8544
    
    Change-Id: I136cbbc6b99bdf9b80402ba14fbb33e3d3a32e30
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/kde-pim.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 6e1a50837f..0bdad1a734 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -785,7 +785,7 @@ information.")
            akonadi-mime
            akonadi-search
            boost
-           gpgme
+           gpgme-2
            grantleetheme
            kcalendarcore
            kcmutils

Reply via email to