gnu: rust-const-random-0.1: Update to 0.1.18.
* gnu/packages/crates-io.scm (rust-const-random-0.1): Update to 0.1.18. [arguments]: Skip the tests. Change-Id: I13ed0a9e48ea59cbee795445152cde69d752070c
This commit is contained in:
parent
97bbdbfe16
commit
3e192e633d
1 changed files with 4 additions and 3 deletions
|
@ -15457,17 +15457,18 @@ encoding/decoding as well as heapless no_std (i.e., embedded) support.")
|
||||||
(define-public rust-const-random-0.1
|
(define-public rust-const-random-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-const-random")
|
(name "rust-const-random")
|
||||||
(version "0.1.17")
|
(version "0.1.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "const-random" version))
|
(uri (crate-uri "const-random" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16i9r34f5lmvrmvm5nsssywyjbg3yrqf2hnhrw5h44n6qb4idbss"))))
|
(base32 "0n8kqz3y82ks8znvz1mxn3a9hadca3amzf33gmi6dc3lzs103q47"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; proc macro panicked
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-const-random-macro" ,rust-const-random-macro-0.1))))
|
(("rust-const-random-macro" ,rust-const-random-macro-0.1))))
|
||||||
(home-page "https://github.com/tkaitchuck/constrandom")
|
(home-page "https://github.com/tkaitchuck/constrandom")
|
||||||
(synopsis "Compile time random number generation")
|
(synopsis "Compile time random number generation")
|
||||||
|
|
Reference in a new issue