mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: Remove rust-proc-macro2-1.0.34.
* gnu/packages/crates-io.scm (rust-proc-macro2-1.0.34): Remove variable. Change-Id: I14edc5e8dbf26b96f42d9fe257ede17cdbc2a410
This commit is contained in:
parent
7684f8b60d
commit
d8c0b0146e
1 changed files with 0 additions and 20 deletions
|
@ -55537,26 +55537,6 @@ (define-public rust-proc-macro2-1
|
||||||
in terms of the upstream unstable API.")
|
in terms of the upstream unstable API.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-proc-macro2-1.0.34
|
|
||||||
(package
|
|
||||||
(inherit rust-proc-macro2-1)
|
|
||||||
(name "rust-proc-macro2")
|
|
||||||
(version "1.0.34")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "proc-macro2" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1c93jhwl8lv3hiqqvdhd2d2xhjryh5bqb9w5icr5i7bw1wnfk11g"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-test-flags '("--lib")
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-quote" ,rust-quote-1))))))
|
|
||||||
|
|
||||||
(define-public rust-proc-macro2-0.4
|
(define-public rust-proc-macro2-0.4
|
||||||
(package
|
(package
|
||||||
(inherit rust-proc-macro2-1)
|
(inherit rust-proc-macro2-1)
|
||||||
|
|
Loading…
Reference in a new issue