guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libassuan: Update to 2.5.1.


From: Leo Famulari
Subject: 01/01: gnu: libassuan: Update to 2.5.1.
Date: Wed, 20 Dec 2017 15:11:39 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 5965b08307a61fa5472309ac4f7df86bc6037364
Author: Leo Famulari <address@hidden>
Date:   Fri Dec 15 22:56:47 2017 -0500

    gnu: libassuan: Update to 2.5.1.
    
    * gnu/packages/gnupg.scm (libassuan): Update to 2.5.1.
---
 gnu/packages/gnupg.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 336cd8f..4d93044 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -140,7 +140,7 @@ generation.")
 (define-public libassuan
   (package
     (name "libassuan")
-    (version "2.4.4")
+    (version "2.5.1")
     (source
      (origin
       (method url-fetch)
@@ -148,10 +148,11 @@ generation.")
                           version ".tar.bz2"))
       (sha256
        (base32
-        "18bwffjkx9pn0lawbsn6zhd90i7xhjgpf9b0nl5xw9134w1a2scy"))))
+        "0jb4nb4nrjr949gd3lw8lh4v5d6qigxaq6xwy24w5apjnhvnrya7"))))
     (build-system gnu-build-system)
     (propagated-inputs
-     `(("libgpg-error" ,libgpg-error) ("pth" ,pth)))
+     `(("libgpg-error" ,libgpg-error)
+       ("pth" ,pth)))
     (home-page "https://gnupg.org";)
     (synopsis
      "IPC library used by GnuPG and related software")



reply via email to

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