guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gnupg: Update to 2.1.23.


From: Leo Famulari
Subject: 01/02: gnu: gnupg: Update to 2.1.23.
Date: Wed, 9 Aug 2017 16:02:17 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 10756b9ed17a3646be2306e332741fba479e797e
Author: Leo Famulari <address@hidden>
Date:   Wed Aug 9 14:41:13 2017 -0400

    gnu: gnupg: Update to 2.1.23.
    
    * gnu/packages/gnupg.scm (gnupg): Update to 2.1.23.
    [arguments]: Remove 'enable-gpg2-is-gpg' from #:configure-flags, since it 
is now
    the default.
---
 gnu/packages/gnupg.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a9d8679..5a9d6ac 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -228,14 +228,14 @@ compatible to GNU Pth.")
 (define-public gnupg
   (package
     (name "gnupg")
-    (version "2.1.22")
+    (version "2.1.23")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1msazgy1q1pp7y2xr46z0il4pfzmzgzkp7v0hv5cz4hvkspnywa6"))))
+                "0xqd5nm4j3w9lwk35vg57gl2i8bfkmx7d24i44gkbscm2lwpci59"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -254,8 +254,7 @@ compatible to GNU Pth.")
        ("sqlite" ,sqlite)
        ("zlib" ,zlib)))
    (arguments
-    `(#:configure-flags '("--enable-gpg2-is-gpg"
-                          ;; Otherwise, the test suite looks for the `gpg`
+    `(#:configure-flags '(;; Otherwise, the test suite looks for the `gpg`
                           ;; executable in its installation directory in
                           ;; /gnu/store before it has been installed.
                           "--enable-gnupg-builddir-envvar")



reply via email to

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