mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: rust-const-random-macro-0.1: Update to 0.1.16.
* gnu/packages/crates-io.scm (rust-const-random-macro-0.1): Update to 0.1.16. [cargo-inputs]: Add rust-once-cell-1. Remove rust-lazy-static-1, rust-proc-macro-hack-0.5. Change-Id: Icbc6d33858dba8ec1e4758f4886e8f30b9432f76
This commit is contained in:
parent
9bec98f63b
commit
1eb704f3a1
1 changed files with 3 additions and 4 deletions
|
@ -16000,20 +16000,19 @@ (define-public rust-const-random-0.1
|
|||
(define-public rust-const-random-macro-0.1
|
||||
(package
|
||||
(name "rust-const-random-macro")
|
||||
(version "0.1.13")
|
||||
(version "0.1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "const-random-macro" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0h7vvskw1pw5x44sbl74gsi8ydvrj5kaixpjqzxvz8h0s0knwpv1"))))
|
||||
(base32 "03iram4ijjjq9j5a7hbnmdngj8935wbsd0f5bm8yw2hblbr3kn7r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-getrandom" ,rust-getrandom-0.2)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-tiny-keccak" ,rust-tiny-keccak-2))))
|
||||
(home-page "https://github.com/tkaitchuck/constrandom")
|
||||
(synopsis "Procedural macro used by const-random")
|
||||
|
|
Loading…
Reference in a new issue