guix-commits
[Top][All Lists]
Advanced

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

39/49: gnu: libksba: Update to 1.6.0.


From: guix-commits
Subject: 39/49: gnu: libksba: Update to 1.6.0.
Date: Fri, 23 Jul 2021 11:33:12 -0400 (EDT)

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

commit 0e84df541e7cfd010c5c8a07ef0f86883b227965
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 22 15:46:19 2021 +0200

    gnu: libksba: Update to 1.6.0.
    
    * gnu/packages/gnupg.scm (libksba): Update to 1.6.0.
---
 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 83e8017..10f21f6 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -221,7 +221,7 @@ provided.")
 (define-public libksba
   (package
     (name "libksba")
-    (version "1.5.1")
+    (version "1.6.0")
     (source
      (origin
       (method url-fetch)
@@ -230,7 +230,7 @@ provided.")
             version ".tar.bz2"))
       (sha256
        (base32
-        "08grggf4c7sxahna12slwhqrbgi8gbkw1f7n94irlza49rgcdx5h"))))
+        "12x40y9ihs8nw2xs2y2vjfw90mhikbm5rvabma0dh5frybk87mns"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error" ,libgpg-error)))



reply via email to

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