[core-updates PATCH] gnu: gpgme: Update to 1.23.2.

  • Open
  • quality assurance status badge
Details
One participant
  • Zheng Junjie
Owner
unassigned
Submitted by
Zheng Junjie
Severity
normal
Z
Z
Zheng Junjie wrote on 7 Jul 2024 03:14
(address . guix-patches@gnu.org)
566c0fb77e99cf4d6a221de6a3de2bd018561114.1720314800.git.zhengjunjie@iscas.ac.cn
* gnu/packages/gnupg.scm (gpgme): Update to 1.23.2.

Change-Id: Iaede37c8f0232563799e19051e98889106cbaff1
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 00d69ef810..0216f2419a 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -432,13 +432,13 @@ (define-public gnupg-1
(define-public gpgme
(package
(name "gpgme")
- (version "1.18.0")
+ (version "1.23.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2"))
(sha256
- (base32 "17hfigfnq6xz45b5xrp299f68b5mwx0aysd51sx5v4nf8yp4w79n"))))
+ (base32 "092jrqdmdggjhl0swpvci8cscdcx0hbbr897an0vdk1wyfqyi6cl"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: e4da066f0029ef38f6a791f6f9d4cfdb8b39b6a3
--
2.45.2
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71976@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71976
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch