guix-commits
[Top][All Lists]
Advanced

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

27/33: gnu: libksba: Update to 1.5.1.


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

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

commit 7604d960ea2aefab32fbcaaa1484e0b63ea00bc2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 11:40:18 2021 +0200

    gnu: libksba: Update to 1.5.1.
    
    * gnu/packages/gnupg.scm (libksba): Update to 1.5.1.
---
 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 7e2d358..cb481b3 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -199,7 +199,7 @@ provided.")
 (define-public libksba
   (package
     (name "libksba")
-    (version "1.5.0")
+    (version "1.5.1")
     (source
      (origin
       (method url-fetch)
@@ -208,7 +208,7 @@ provided.")
             version ".tar.bz2"))
       (sha256
        (base32
-        "1fm0mf3wq9fmyi1rmc1vk2fafn6liiw2mgxml3g7ybbb44lz2jmf"))))
+        "08grggf4c7sxahna12slwhqrbgi8gbkw1f7n94irlza49rgcdx5h"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libgpg-error" ,libgpg-error)))



reply via email to

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