GNU bug report logs -
#53401
[PATCH 01/49] gnu: Add rust-rustc-hex 2.1.0 and 1.0.0.
Previous Next
Reported by: Attila Lendvai <attila <at> lendvai.name>
Date: Thu, 20 Jan 2022 21:49:01 UTC
Severity: normal
Tags: patch
Done: Attila Lendvai <attila <at> lendvai.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e37796c939..384c22b73f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44917,6 +44917,31 @@ (define-public rust-rle-decode-fast-1
your own implementation.")
(license (list license:expat license:asl2.0))))
+(define-public rust-rlp-0.3
+ (package
+ (name "rust-rlp")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rlp" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "082pfkdzsnzvqr5yx5qb2hildjg597p2115ywy84zma5k3zfzl8n"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; The tests fail.
+ #:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-ethereum-types" ,rust-ethereum-types-0.4)
+ ("rust-rustc-hex" ,rust-rustc-hex-2))
+ #:cargo-development-inputs
+ (("rust-hex-literal" ,rust-hex-literal-0.1))))
+ (home-page "https://github.com/paritytech/parity-common")
+ (synopsis "Recursive-length prefix encoding, decoding, and compression")
+ (description synopsis)
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-rls-span-0.5
(package
(name "rust-rls-span")
--
2.34.0
This bug report was last modified 3 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.