guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: p11-kit: Update to 0.23.18.1.


From: guix-commits
Subject: 04/05: gnu: p11-kit: Update to 0.23.18.1.
Date: Wed, 2 Oct 2019 09:38:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9383208029b01980cf00f6cf91bf31fa08109744
Author: Marius Bakke <address@hidden>
Date:   Wed Oct 2 11:52:32 2019 +0200

    gnu: p11-kit: Update to 0.23.18.1.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.18.1.
---
 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 e8406a8..5d45484 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.17")
+    (version "0.23.18.1")
     (source
      (origin
       (method url-fetch)
@@ -130,7 +130,7 @@ in intelligent transportation networks.")
                           "download/" version "/p11-kit-" version ".tar.gz"))
       (sha256
        (base32
-        "07kwdlw07jk9833k43kkhv0q9gkll3vmd25wwp68cpy0crfv4isl"))))
+        "0vrwab1082f7l5sbzpb28nrs3q4d2q7wzbi8c977rpah026bvhrl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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