guix-commits
[Top][All Lists]
Advanced

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

12/16: gnu: gpgme: Update to 1.18.0.


From: guix-commits
Subject: 12/16: gnu: gpgme: Update to 1.18.0.
Date: Tue, 30 Aug 2022 14:44:46 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1c7c8f0daf4cf5c685eb6c619f03ee39daa8c02e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 13:11:24 2022 +0200

    gnu: gpgme: Update to 1.18.0.
    
    * gnu/packages/gnupg.scm (gpgme): Update to 1.18.0.
---
 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 43c6b43a24..e81c89f719 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -387,13 +387,13 @@ libskba (working with X.509 certificates and CMS data).")
 (define-public gpgme
   (package
     (name "gpgme")
-    (version "1.17.1")
+    (version "1.18.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2"))
       (sha256
-       (base32 "0pwg23pzs3ids1lafdwxppv33h3v5b79mp4ypq29n6v6vpssn7ki"))))
+       (base32 "17hfigfnq6xz45b5xrp299f68b5mwx0aysd51sx5v4nf8yp4w79n"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gnupg))



reply via email to

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