gnu: Remove rust-noop-proc-macro-0.2.
* gnu/packages/crates-io.scm (rust-noop-proc-macro-0.2): Delete variable.
This commit is contained in:
parent
4de2916d38
commit
4b7661aa34
1 changed files with 0 additions and 16 deletions
|
|
@ -37132,22 +37132,6 @@ encapsulates the data.")
|
||||||
nothing.")
|
nothing.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-noop-proc-macro-0.2
|
|
||||||
(package
|
|
||||||
(inherit rust-noop-proc-macro-0.3)
|
|
||||||
(name "rust-noop-proc-macro")
|
|
||||||
(version "0.2.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "noop_proc_macro" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0in1l0rjxzs4fylb6zad484z1c58jxyzchhc12k0cjrvm0y6zwsz"))))
|
|
||||||
(arguments `(#:skip-build? #t))))
|
|
||||||
|
|
||||||
(define-public rust-normalize-line-endings-0.3
|
(define-public rust-normalize-line-endings-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-normalize-line-endings")
|
(name "rust-normalize-line-endings")
|
||||||
|
|
|
||||||
Reference in a new issue