guix-commits
[Top][All Lists]
Advanced

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

20/25: gnu: gpgme: Update to 1.17.1.


From: guix-commits
Subject: 20/25: gnu: gpgme: Update to 1.17.1.
Date: Sat, 23 Jul 2022 13:44:49 -0400 (EDT)

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

commit bbeed856b32b2b2224f6201c4ca714aa82909fe7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 22 14:47:35 2022 +0200

    gnu: gpgme: Update to 1.17.1.
    
    * gnu/packages/gnupg.scm (gpgme): Update to 1.17.1.
---
 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 ba9242a09b..349cd58bcb 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.15.1")
+    (version "1.17.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2"))
       (sha256
-       (base32 "1bg13l5s8x9p1v0jyv29n84bay27pflindpzjsc9gj7i4wdkrg7f"))))
+       (base32 "0pwg23pzs3ids1lafdwxppv33h3v5b79mp4ypq29n6v6vpssn7ki"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gnupg))



reply via email to

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