guix-commits
[Top][All Lists]
Advanced

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

78/85: gnu: Add rust-webpki-0.18.


From: guix-commits
Subject: 78/85: gnu: Add rust-webpki-0.18.
Date: Tue, 5 May 2020 07:56:38 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 8c28fbc3bef2c4ece6fb07a0b81a35fb89b85db3
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sat Apr 25 12:37:04 2020 +0200

    gnu: Add rust-webpki-0.18.
    
    * gnu/packages/crates-io.scm (rust-webpki-0.18): New variable.
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ccda9bf..9ade4b7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26668,6 +26668,25 @@ protocol extensions.  Look at the crate wayland-client 
for usable bindings.")
 Verification.")
     (license license:isc)))
 
+(define-public rust-webpki-0.18
+  (package/inherit rust-webpki-0.21
+    (name "rust-webpki")
+    (version "0.18.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "webpki" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0zx1v8afa4ig97dyqfrnlj5i7pib6dnfw88qn2iiqhfq2rrrdmqp"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-ring" ,rust-ring-0.13)
+        ("rust-untrusted" ,rust-untrusted-0.6))
+       #:cargo-development-inputs
+       (("rust-base64" ,rust-base64-0.9))))))
+
 (define-public rust-weedle-0.10
   (package
     (name "rust-weedle")



reply via email to

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