guix-commits
[Top][All Lists]
Advanced

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

26/33: gnu: libassuan: Update to 2.5.5.


From: guix-commits
Subject: 26/33: gnu: libassuan: Update to 2.5.5.
Date: Sun, 9 May 2021 17:50:15 -0400 (EDT)

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

commit 32646c321d2924a691ce98f88c97d2492af36e72
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 11:39:59 2021 +0200

    gnu: libassuan: Update to 2.5.5.
    
    * gnu/packages/gnupg.scm (libassuan): Update to 2.5.5.
---
 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 ea95abc..7e2d358 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -171,7 +171,7 @@ generation.")
 (define-public libassuan
   (package
     (name "libassuan")
-    (version "2.5.4")
+    (version "2.5.5")
     (source
      (origin
       (method url-fetch)
@@ -179,7 +179,7 @@ generation.")
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1w7vnnycq4z7gf4bk38pi4hrb8qrrzgfpz3cd7frwldxnfbfx060"))))
+        "1r1lvcp67gn5lfrj1g388sd77ca6qwnmxndirdysd71gk362z34f"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error" ,libgpg-error)



reply via email to

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