me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-06-21 14:40:05 +03:00
parent 97bbdbfe16
commit 3e192e633d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -15457,17 +15457,18 @@ encoding/decoding as well as heapless no_std (i.e., embedded) support.")
(define-public rust-const-random-0.1
(package
(name "rust-const-random")
(version "0.1.17")
(version "0.1.18")
(source
(origin
(method url-fetch)
(uri (crate-uri "const-random" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16i9r34f5lmvrmvm5nsssywyjbg3yrqf2hnhrw5h44n6qb4idbss"))))
(base32 "0n8kqz3y82ks8znvz1mxn3a9hadca3amzf33gmi6dc3lzs103q47"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:tests? #f ; proc macro panicked
#:cargo-inputs
(("rust-const-random-macro" ,rust-const-random-macro-0.1))))
(home-page "https://github.com/tkaitchuck/constrandom")
(synopsis "Compile time random number generation")