guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: p11-kit: Update to 0.23.10.


From: Marius Bakke
Subject: 02/04: gnu: p11-kit: Update to 0.23.10.
Date: Wed, 28 Feb 2018 14:31:58 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 954b677195653ab2061f679fdfc1fcdfd575c72d
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 28 20:13:41 2018 +0100

    gnu: p11-kit: Update to 0.23.10.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.10.
---
 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 2233b59..45f5255 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -125,7 +125,7 @@ in intelligent transportation networks.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.23.9")
+    (version "0.23.10")
     (source
      (origin
       (method url-fetch)
@@ -133,7 +133,7 @@ in intelligent transportation networks.")
                           "download/" version "/p11-kit-" version ".tar.gz"))
       (sha256
        (base32
-        "0qyvnkb5hfi94wv3bn67y20hcbbvynvjwxpk7k9sh1si6ff69hg1"))))
+        "0hxfwnyb5yllvlsh0cj6favcph36gm94b6df7zhl7xay48zjl8gr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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