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.4.0.


From: Efraim Flashner
Subject: 01/01: gnu: libassuan: Update to 2.4.0.
Date: Wed, 04 Nov 2015 09:54:27 +0000

efraim pushed a commit to branch master
in repository guix.

commit 5ffea4776d33e73922aa5fdbb7ac4dafbfbf15c5
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 4 11:53:41 2015 +0200

    gnu: libassuan: Update to 2.4.0.
    
    * gnu/packages/gnupg.scm (libassuan): Update to 2.4.0.
---
 gnu/packages/gnupg.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 44e1835..ad653aa 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -110,7 +110,7 @@ generation.")
 (define-public libassuan
   (package
     (name "libassuan")
-    (version "2.3.0")
+    (version "2.4.0")
     (source
      (origin
       (method url-fetch)
@@ -118,7 +118,7 @@ generation.")
                           version ".tar.bz2"))
       (sha256
        (base32
-        "0lh4698pgb2wjrrrbdk14llizad5l74f8pdbg4ma4zq4fbsrkjc7"))))
+        "08l4261r56kv7w9qyq021s905bplh2m8h52qlkq46m7w8y9y932d"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error" ,libgpg-error) ("pth" ,pth)))



reply via email to

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