guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: p11-kit@0.24: Update to 0.24.1.


From: guix-commits
Subject: 05/10: gnu: p11-kit@0.24: Update to 0.24.1.
Date: Sat, 25 Jun 2022 17:37:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 12fd5a86085514598ced4d6509fc47ad0d082564
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 19 02:00:00 2022 +0200

    gnu: p11-kit@0.24: Update to 0.24.1.
    
    * gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 6fd85a5c69..21c268b851 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -196,14 +196,14 @@ living in the same process.")
 (define-public p11-kit-next
   (package
     (inherit p11-kit)
-    (version "0.24.0")
+    (version "0.24.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/p11-glue/p11-kit/releases/";
                            "download/" version "/p11-kit-" version ".tar.xz"))
        (sha256
-        (base32 "11f6saclxsclc1f3lbavzw8kikws4cr3mfd1avly8dgnhh2i9rl1"))))
+        (base32 "1y5fm9gwhkh902r26p90qf1g2h1ziqrk4hgf9i9sxm2wzlz7ignq"))))
     (arguments
      ;; Use the default certificates so that users such as flatpak find them.
      ;; See <https://issues.guix.gnu.org/49957>.



reply via email to

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