z572 pushed a commit to branch kde-team
in repository guix.

commit 791ba028a0845aa7c18ab11e07b7757ec5e7b319
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sun Jul 7 22:07:13 2024 +0800

    gnu: Add gpgme-1.23.
    
    * gnu/packages/gnupg.scm (gpgme-1.23): New variable.
    
    Change-Id: Ibf495f6b7cbd8d4e646e262ad547e7cff5b6bf5a
---
 gnu/packages/gnupg.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index e7c583a266..d0af5335d6 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -466,6 +466,19 @@ and every application benefits from this.")
     (properties '((ftp-server . "ftp.gnupg.org")
                   (ftp-directory . "/gcrypt/gpgme")))))
 
+(define-public gpgme-1.23
+  (hidden-package
+   (package
+     (inherit gpgme)
+     (name "gpgme")
+     (version "1.23.2")
+     (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2"))
+        (sha256
+         (base32 "092jrqdmdggjhl0swpvci8cscdcx0hbbr897an0vdk1wyfqyi6cl")))))))
+
 (define-public qgpgme
   (package
     (inherit gpgme)

Reply via email to