mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: rust-const-random-0.1: Update to 0.1.17.
* gnu/packages/crates-io.scm (rust-const-random-0.1): Update to 0.1.17. [cargo-inputs]: Remove rust-proc-macro-hack-0.5. Change-Id: Ia986942174b02d377473389831a00a853dfd23a3
This commit is contained in:
parent
1eb704f3a1
commit
9d001af550
1 changed files with 3 additions and 4 deletions
|
@ -15978,19 +15978,18 @@ (define-public rust-const-oid-0.6
|
|||
(define-public rust-const-random-0.1
|
||||
(package
|
||||
(name "rust-const-random")
|
||||
(version "0.1.13")
|
||||
(version "0.1.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "const-random" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1i3pmhmmcdw3rr1pv1p9yhm4danm5r156cpy7w30pa0s05fxk47m"))))
|
||||
(base32 "16i9r34f5lmvrmvm5nsssywyjbg3yrqf2hnhrw5h44n6qb4idbss"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-const-random-macro" ,rust-const-random-macro-0.1)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
||||
(("rust-const-random-macro" ,rust-const-random-macro-0.1))))
|
||||
(home-page "https://github.com/tkaitchuck/constrandom")
|
||||
(synopsis "Compile time random number generation")
|
||||
(description "This package provides compile time random number
|
||||
|
|
Loading…
Reference in a new issue