guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: p11-kit: Update to 0.23.22.


From: guix-commits
Subject: 01/03: gnu: p11-kit: Update to 0.23.22.
Date: Sun, 20 Dec 2020 13:04:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c84c0dbc38a8f8634ede5bcf1fffbe17b170fa44
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 17:55:09 2020 +0100

    gnu: p11-kit: Update to 0.23.22.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.22.
---
 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 4ae4fa2..0c8b1d9 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -125,14 +125,14 @@ in intelligent transportation networks.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.23.21")
+    (version "0.23.22")
     (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 "09q6n63qmqcdw6v0fwmhdmsqrcndnp5m9jvby1kxi82wy29s9fpi"))))
+       (base32 "09q6163qmqcdw6v0fwmhdmsqrcndnp5m9jvby1kxi82wy29s9fpi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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