From 93ce544bdb1fa52ab4722709318721e76aa9d184 Mon Sep 17 00:00:00 2001 From: John Soo Date: Sat, 14 Dec 2019 20:18:38 -0800 Subject: [PATCH 140/206] gnu: Add rust-opaque-debug-0.2. * gnu/packages/crates-io.scm (rust-opaque-debug-0.2): New version. --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1011fa4eb9..20afe70f0f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4547,6 +4547,27 @@ slices (@code{.find()}, @code{RevSlice}), strings and other things. Things in odds may move to more appropriate crates if we find them.") (license `(,license:asl2.0 ,license:expat)))) +(define-public rust-opaque-debug-0.2 + (package + (name "rust-opaque-debug") + (version "0.2.2") + (source + (origin + (method url-fetch) + (uri (crate-uri "opaque-debug" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "02942l2gc7w5r4js7i9063x99szic5mzzk1055j83v4diqpbpxck")))) + (build-system cargo-build-system) + (home-page "https://github.com/RustCrypto/utils") + (synopsis + "Macro for opaque Debug trait implementation") + (description + "Macro for opaque Debug trait implementation") + (license `(,license:asl2.0 ,license:expat)))) + (define-public rust-openssl-probe-0.1 (package (name "rust-openssl-probe") -- 2.24.0