[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53401] [PATCH 26/49] gnu: Add rust-fixed-hash 0.7.0 and 0.2.5.
From: |
Attila Lendvai |
Subject: |
[bug#53401] [PATCH 26/49] gnu: Add rust-fixed-hash 0.7.0 and 0.2.5. |
Date: |
Thu, 20 Jan 2022 22:50:22 +0100 |
---
gnu/packages/crates-io.scm | 53 ++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 62b23d9292..2164794e0a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19552,6 +19552,59 @@ (define-public rust-fixed-1
(description "This package provides fixed-point numbers in Rust.")
(license (list license:expat license:asl2.0))))
+(define-public rust-fixed-hash-0.7
+ (package
+ (name "rust-fixed-hash")
+ (version "0.7.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "fixed-hash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0g29r0zwf09kg70nprn0s444bn6nfsglmiafhl1pm8ajzvbhxkyg"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-arbitrary" ,rust-arbitrary-0.4)
+ ("rust-byteorder" ,rust-byteorder-1)
+ ("rust-quickcheck" ,rust-quickcheck-0.9)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-rustc-hex" ,rust-rustc-hex-2)
+ ("rust-static-assertions" ,rust-static-assertions-1))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.3)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-rand-xorshift" ,rust-rand-xorshift-0.2))))
+ (home-page "https://github.com/paritytech/parity-common")
+ (synopsis "Macros to define custom fixed-size hash types")
+ (description synopsis)
+ (license (list license:expat license:asl2.0))))
+
+(define-public rust-fixed-hash-0.2
+ (package
+ (inherit rust-fixed-hash-0.7)
+ (name "rust-fixed-hash")
+ (version "0.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "fixed-hash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0wvj52bf37nhg6mv5h235zgdg7nsdarag58mf4i49cdgc3l6rzks"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-heapsize" ,rust-heapsize-0.4)
+ ("rust-libc" ,rust-libc-0.2)
+ ("rust-quickcheck" ,rust-quickcheck-0.6)
+ ("rust-rand" ,rust-rand-0.4)
+ ("rust-rustc-hex" ,rust-rustc-hex-2)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-uint" ,rust-uint-0.4))))))
+
(define-public rust-fixedbitset-0.4
(package
(name "rust-fixedbitset")
--
2.34.0
- [bug#53401] [PATCH 37/49] gnu: Add rust-tiny-keccak 1.5.0., (continued)
- [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, 2022/01/20
- [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 <=
- [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
- [bug#53401] [PATCH 41/49] gnu: Add rust-gmp-mpfr-sys 1.4.7., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 25/49] gnu: Add rust-radium 0.6.2., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 08/49] gnu: Add rust-base64ct-1 1.3.3., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 46/49] gnu: Add rust-scale-info 1.0.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 16/49] gnu: Add rust-darling 0.13.1., Attila Lendvai, 2022/01/20