mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add rust-quote-0.3.
* gnu/packages/crates-io.scm (rust-quote-0.3): New variable.
This commit is contained in:
parent
57f6e23c4c
commit
c9c5b87559
1 changed files with 16 additions and 0 deletions
|
@ -8806,6 +8806,22 @@ (define-public rust-quote-0.6
|
||||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-0.4))))
|
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-0.4))))
|
||||||
(properties '())))
|
(properties '())))
|
||||||
|
|
||||||
|
(define-public rust-quote-0.3
|
||||||
|
(package
|
||||||
|
(inherit rust-quote-0.6)
|
||||||
|
(name "rust-quote")
|
||||||
|
(version "0.3.15")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "quote" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0yhnnix4dzsv8y4wwz4csbnqjfh73al33j35msr10py6cl5r4vks"))))
|
||||||
|
(arguments '())))
|
||||||
|
|
||||||
(define-public rust-rand-0.7
|
(define-public rust-rand-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-rand")
|
(name "rust-rand")
|
||||||
|
|
Loading…
Reference in a new issue