[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53401] [PATCH 35/49] gnu: Add rust-uint 0.4.1.
From: |
Attila Lendvai |
Subject: |
[bug#53401] [PATCH 35/49] gnu: Add rust-uint 0.4.1. |
Date: |
Thu, 20 Jan 2022 22:50:31 +0100 |
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3f5622d17b..7f1275a327 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -62096,6 +62096,34 @@ (define-public rust-ufmt-write-0.1
(description "This package provides @code{μfmt}'s @code{uWrite} trait.")
(license (list license:expat license:asl2.0))))
+(define-public rust-uint-0.4
+ (package
+ (name "rust-uint")
+ (version "0.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "uint" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0il6x59h605mmm10qxig066khxaygqcyb60pqja1n5mr68bs2jvm"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; The tests fail. Due to rustc version?
+ #:cargo-inputs
+ (("rust-byteorder" ,rust-byteorder-1)
+ ("rust-crunchy" ,rust-crunchy-0.1)
+ ("rust-heapsize" ,rust-heapsize-0.4)
+ ("rust-quickcheck" ,rust-quickcheck-0.6)
+ ("rust-rustc-hex" ,rust-rustc-hex-2))
+ #:cargo-development-inputs
+ (("rust-quickcheck" ,rust-quickcheck-0.6)
+ ("rust-rustc-hex" ,rust-rustc-hex-2))))
+ (home-page "http://parity.io")
+ (synopsis "Large fixed-size integer arithmetic")
+ (description synopsis)
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-umask-1
(package
(name "rust-umask")
--
2.34.0
- [bug#53401] [PATCH 47/49] gnu: Add rust-impl-num-traits 0.1.1., (continued)
- [bug#53401] [PATCH 47/49] gnu: Add rust-impl-num-traits 0.1.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 28/49] gnu: Add rust-impl-trait-for-tuples 0.2.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 30/49] gnu: Add rust-bitvec 0.20.4., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 07/49] gnu: Add rust-digest-0.10 0.10.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 21/49] gnu: Add rust-ripemd 0.1.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 37/49] gnu: Add rust-tiny-keccak 1.5.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 12/49] gnu: Add rust-scrypt 0.5.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 36/49] gnu: Add rust-ethereum-types-serialize 0.2.2., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 04/49] gnu: Add rust-block-buffer-0.10., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 15/49] gnu: Add rust-core 0.3.3., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 35/49] gnu: Add rust-uint 0.4.1.,
Attila Lendvai <=
- [bug#53401] [PATCH 20/49] gnu: Add rust-bitcoin-hashes 0.9.7., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 10/49] gnu: Add rust-pbkdf2 0.7.5 and 0.6.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 05/49] gnu: Add rust-crypto-common-0.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 22/49] gnu: rust-zeroize: Update to 1.5.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 26/49] gnu: Add rust-fixed-hash 0.7.0 and 0.2.5., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 29/49] gnu: rust-trybuild: Update to 1.0.54., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 31/49] gnu: Add rust-parity-crypto 0.9.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 38/49] gnu: Add rust-ethereum-types 0.4.2., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 09/49] gnu: Add rust-password-hash 0.3 and 0.1.4., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 33/49] gnu: Add rust-impl-codec 0.5.1., Attila Lendvai, 2022/01/20