guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: p11-kit: Update to 0.23.9.


From: Marius Bakke
Subject: 02/06: gnu: p11-kit: Update to 0.23.9.
Date: Tue, 3 Oct 2017 17:26:52 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2a6e049a2f850aaa11e0ccabd94415e695e32c81
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 3 22:51:01 2017 +0200

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



reply via email to

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