guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libksba: Update to 1.6.3.


From: guix-commits
Subject: branch core-updates updated: gnu: libksba: Update to 1.6.3.
Date: Fri, 30 Dec 2022 11:42:10 -0500

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

nckx 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 b8d684af76 gnu: libksba: Update to 1.6.3.
b8d684af76 is described below

commit b8d684af76a41f5856b73640eb6f21940f214497
Author: Simon Josefsson <simon@josefsson.org>
AuthorDate: Sun Dec 25 00:28:00 2022 +0100

    gnu: libksba: Update to 1.6.3.
    
    * gnu/packages/gnupg.scm (libksba): Update to 1.6.3.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 e04c4671b4..6c103a4b36 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -233,7 +233,7 @@ provided.")
 (define-public libksba
   (package
     (name "libksba")
-    (version "1.6.1")
+    (version "1.6.3")
     (source
      (origin
       (method url-fetch)
@@ -242,7 +242,7 @@ provided.")
             version ".tar.bz2"))
       (sha256
        (base32
-        "017aqq619yl1br46ghiw39n1yrh3cvdkhy926c4gl4faqdj0hxa0"))))
+        "0p6y82j9y6n0l7scjgqhz3as9w13jiqjfx9n2jzynw89nf6wcwiz"))))
     (build-system gnu-build-system)
     (propagated-inputs
      (list libgpg-error))



reply via email to

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