guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: p11-kit: Update to 0.23.19.


From: guix-commits
Subject: 03/06: gnu: p11-kit: Update to 0.23.19.
Date: Wed, 29 Jan 2020 05:08:00 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit eae94df6125af78c26a6a4d3eceae207c6bfbc93
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 29 10:07:53 2020 +0100

    gnu: p11-kit: Update to 0.23.19.
    
    * gnu/packages/tls.scm (p11-kit): Update to 0.23.19.
    [source](uri): Adjust tarball name.
---
 gnu/packages/tls.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 39f33c6..901060e 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -122,15 +122,15 @@ in intelligent transportation networks.")
 (define-public p11-kit
   (package
     (name "p11-kit")
-    (version "0.23.18.1")
+    (version "0.23.19")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://github.com/p11-glue/p11-kit/releases/";
-                          "download/" version "/p11-kit-" version ".tar.gz"))
+                          "download/" version "/p11-kit-" version ".tar.xz"))
       (sha256
        (base32
-        "0vrwab1082f7l5sbzpb28nrs3q4d2q7wzbi8c977rpah026bvhrl"))))
+        "1w7i4f5lc8darjkfjsm1ldvhkv0x29mvwg89klmh5kb2xqf6x4wi"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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