guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: GnuPG: Update to 2.2.15.


From: guix-commits
Subject: 04/14: gnu: GnuPG: Update to 2.2.15.
Date: Sun, 31 Mar 2019 16:52:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5089ebc3a398e93c213edcc2998c9ac075c5bd9d
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 31 16:25:13 2019 +0200

    gnu: GnuPG: Update to 2.2.15.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.2.15.
---
 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 22ae435..0795be3 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -224,14 +224,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.2.14")
+    (version "2.2.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0yzqrg24j9fc4f8ss5pclyvg70a9z53sv89vl77xii8yvi3fvy8v"))))
+                "0m6lyphbb20i84isdxzfhcbzyc682hdrdv4aqkzmhrdksycf536b"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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