guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libassuan: Update to 2.5.6.


From: guix-commits
Subject: branch core-updates updated: gnu: libassuan: Update to 2.5.6.
Date: Tue, 23 Jan 2024 12:13:45 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 9cc6e6f643 gnu: libassuan: Update to 2.5.6.
9cc6e6f643 is described below

commit 9cc6e6f643a68b990aa37ec1249e987bdb420376
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 23 12:13:12 2024 -0500

    gnu: libassuan: Update to 2.5.6.
    
    * gnu/packages/gnupg.scm (libassuan): Update to 2.5.6.
    
    Change-Id: I8c3a58c088402096db7e9c17d554ab41973d8d74
---
 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 e8695d96e4..630fcf516d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -229,7 +229,7 @@ generation.")
 (define-public libassuan
   (package
     (name "libassuan")
-    (version "2.5.5")
+    (version "2.5.6")
     (source
      (origin
       (method url-fetch)
@@ -237,7 +237,7 @@ generation.")
                           version ".tar.bz2"))
       (sha256
        (base32
-        "1r1lvcp67gn5lfrj1g388sd77ca6qwnmxndirdysd71gk362z34f"))))
+        "09pllidbv01km8qrls21dcz1qwa22ydqyy1r9r79152kilhjgzg9"))))
     (build-system gnu-build-system)
     (arguments (if (%current-target-system)
                    (list #:configure-flags



reply via email to

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