gnu: rust-const-random-macro-0.1: Update to 0.1.13.
* gnu/packages/crates-io.scm (rust-const-random-macro-0.1): Update to 0.1.13.
This commit is contained in:
parent
10db5297af
commit
1d1b2c93cb
1 changed files with 6 additions and 5 deletions
|
@ -9053,20 +9053,21 @@ (define-public rust-const-random-0.1
|
|||
(define-public rust-const-random-macro-0.1
|
||||
(package
|
||||
(name "rust-const-random-macro")
|
||||
(version "0.1.8")
|
||||
(version "0.1.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "const-random-macro" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ykc9riajn6bijvw46092gp18vrbky3y1cjpgjgx57a5xc3cdr15"))))
|
||||
(base32 "0h7vvskw1pw5x44sbl74gsi8ydvrj5kaixpjqzxvz8h0s0knwpv1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-getrandom" ,rust-getrandom-0.1)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
||||
(("rust-getrandom" ,rust-getrandom-0.2)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-tiny-keccak" ,rust-tiny-keccak-2))))
|
||||
(home-page "https://github.com/tkaitchuck/constrandom")
|
||||
(synopsis "Procedural macro used by const-random")
|
||||
(description "This package provides the procedural macro used by
|
||||
|
|
Loading…
Reference in a new issue