guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: p11-kit: Update to 0.23.20.


From: guix-commits
Subject: 02/03: gnu: p11-kit: Update to 0.23.20.
Date: Thu, 30 Jan 2020 10:16:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8c98ef7d97acb78e8d0193d72b29b32b2c5ea97f
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 30 15:16:45 2020 +0100

    gnu: p11-kit: Update to 0.23.20.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.20.
---
 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 901060e..8e66cbd 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -122,7 +122,7 @@ in intelligent transportation networks.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.23.19")
+    (version "0.23.20")
     (source
      (origin
       (method url-fetch)
@@ -130,7 +130,7 @@ in intelligent transportation networks.")
                           "download/" version "/p11-kit-" version ".tar.xz"))
       (sha256
        (base32
-        "1w7i4f5lc8darjkfjsm1ldvhkv0x29mvwg89klmh5kb2xqf6x4wi"))))
+        "0131maw666ha4d6iyj13fkz18c4pnb3lw2xwv5kvkmnzqcj61n0l"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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