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

commit aadaceb82fe07192037bc1a3a032b24fb4fa7d39
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu May 28 12:12:40 2026 +0200

    gnu: gpgmepp: Update to 2.1.0.
    
    * gnu/packages/gnupg.scm (gpgmepp): Update to 2.1.0.
    
    Change-Id: Ie733cff10648bd7e09cadc9dc1e5577ee19f99c8
---
 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 9591b0134b..ffbf07972e 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -487,13 +487,13 @@ and every application benefits from this.")
 (define-public gpgmepp
   (package
     (name "gpgmepp")
-    (version "2.0.0")
+    (version "2.1.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnupg/gpgmepp/gpgmepp-" version ".tar.xz"))
       (sha256
-       (base32 "10jkaqzjr5gy04bmcw75q6iy2isk17plixwn61ps4237q14n0yfl"))))
+       (base32 "1qhn583cbi67694m3bg77ckb892in2f16src2x5m0102ix309y2p"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to