mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-quote-1.0.10.
* gnu/packages/crates-io.scm (rust-quote-1.0.10): Remove variable. Change-Id: I736e25d94d42be3de7131c4d902b1617245fc8d6
This commit is contained in:
parent
845091073d
commit
7a0f310311
1 changed files with 0 additions and 19 deletions
|
@ -57910,25 +57910,6 @@ (define-public rust-quote-1
|
|||
(description "Quasi-quoting macro quote!(...)")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-quote-1.0.10
|
||||
(package
|
||||
(inherit rust-quote-1)
|
||||
(name "rust-quote")
|
||||
(version "1.0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "quote" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01ff7a76f871ggnby57iagw6499vci4bihcr11g6bqzjlp38rg1q"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1.0.34))
|
||||
#:cargo-development-inputs
|
||||
(("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-trybuild" ,rust-trybuild-1.0.19))))))
|
||||
|
||||
(define-public rust-quote-0.6
|
||||
(package
|
||||
(inherit rust-quote-1)
|
||||
|
|
Loading…
Reference in a new issue