me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-quote-0.3.

* gnu/packages/crates-io.scm (rust-quote-0.3): New variable.
master
Valentin Ignatev 2020-01-15 03:18:12 +03:00 committed by Efraim Flashner
parent 57f6e23c4c
commit c9c5b87559
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 16 additions and 0 deletions

View File

@ -8806,6 +8806,22 @@ to write.")
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-0.4))))
(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
(package
(name "rust-rand")