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

commit 3a2d1c76379c62998e3a8baceba9a11863e6ee70
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu May 28 11:40:13 2026 +0200

    gnu: gpgme-2: Update to 2.1.0.
    
    * gnu/packages/gnupg.scm (gpgme-2): Update to 2.1.0.
    
    Change-Id: I0554efc320ec66bbe1393ee83d0387c80412743b
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 3a47634baf..283b435f19 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -439,13 +439,13 @@ libskba (working with X.509 certificates and CMS data).")
 (define-public gpgme-2
   (package
     (name "gpgme")
-    (version "2.0.1")
+    (version "2.1.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2"))
       (sha256
-       (base32 "0rj9g0kablnmj7vh6hfhmmz0qhdhj869i09afm8snbl4bilv06l2"))))
+       (base32 "0azrddb51c423il7xdqcrahvi8fyhblvvs7hzgs5jqn27yjmw744"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to