guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: Add p11-kit 0.24.0.


From: guix-commits
Subject: 04/10: gnu: Add p11-kit 0.24.0.
Date: Mon, 25 Oct 2021 15:11:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 811b62d8c8fb865d4fc1db2249e6308228bb300e
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Fri Oct 8 14:15:13 2021 -0400

    gnu: Add p11-kit 0.24.0.
    
    * gnu/packages/tls.scm (p11-kit-next): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/tls.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 74a88e1..2534d28 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -18,6 +18,7 @@
 ;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
+;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -165,6 +166,18 @@ coordinating the use of PKCS#11 by different components or 
libraries
 living in the same process.")
     (license license:bsd-3)))
 
+(define-public p11-kit-next
+  (package
+    (inherit p11-kit)
+    (version "0.24.0")
+    (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"))))))
+
 (define-public gnutls
   (package
     (name "gnutls")



reply via email to

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