mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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
|
(define-public rust-const-random-macro-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-const-random-macro")
|
(name "rust-const-random-macro")
|
||||||
(version "0.1.8")
|
(version "0.1.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "const-random-macro" version))
|
(uri (crate-uri "const-random-macro" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0h7vvskw1pw5x44sbl74gsi8ydvrj5kaixpjqzxvz8h0s0knwpv1"))))
|
||||||
"0ykc9riajn6bijvw46092gp18vrbky3y1cjpgjgx57a5xc3cdr15"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-getrandom" ,rust-getrandom-0.1)
|
(("rust-getrandom" ,rust-getrandom-0.2)
|
||||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
|
("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")
|
(home-page "https://github.com/tkaitchuck/constrandom")
|
||||||
(synopsis "Procedural macro used by const-random")
|
(synopsis "Procedural macro used by const-random")
|
||||||
(description "This package provides the procedural macro used by
|
(description "This package provides the procedural macro used by
|
||||||
|
|
Loading…
Reference in a new issue