guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Zheng Junjie
Subject: [bug#71976] [core-updates PATCH] gnu: gpgme: Update to 1.23.2.
Date: Sun, 7 Jul 2024 09:14:36 +0800

* 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(-)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]