guix-commits
[Top][All Lists]
Advanced

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

27/45: gnu: Add rust-webpki-0.19.


From: guix-commits
Subject: 27/45: gnu: Add rust-webpki-0.19.
Date: Sun, 22 Nov 2020 12:49:44 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c69c0265f6981a3e6f8ca38cf3ecfabc56543dd7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 22 13:21:30 2020 +0200

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index dfa6d03..a2eed2a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32609,6 +32609,28 @@ attribute that is not in the shared backend crate.")
 Verification.")
     (license license:isc)))
 
+(define-public rust-webpki-0.19
+  (package
+    (inherit rust-webpki-0.21)
+    (name "rust-webpki")
+    (version "0.19.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "webpki" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "10nhyxlqsa4caxlxrijm5h79rdg6ld8hqy78ldjnnfhaj3biqzjg"))))
+    (arguments
+     `(#:tests? #f  ; tests fail to build "missing file tests/ed25519/ee.der"
+       #:cargo-inputs
+       (("rust-ring" ,rust-ring-0.14)
+        ("rust-untrusted" ,rust-untrusted-0.6))
+       #:cargo-development-inputs
+       (("rust-base64" ,rust-base64-0.9))))))
+
 (define-public rust-webpki-0.18
   (package/inherit rust-webpki-0.21
     (name "rust-webpki")



reply via email to

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