mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Remove rust-aster-0.41.
* gnu/packages/crates-io.scm (rust-aster-0.41): Delete variable.
This commit is contained in:
parent
f8d7428a45
commit
a8b811e1ce
1 changed files with 0 additions and 25 deletions
|
@ -4476,31 +4476,6 @@ (define-public rust-associative-cache-1
|
||||||
capacity and random or least recently used (LRU) replacement.")
|
capacity and random or least recently used (LRU) replacement.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-aster-0.41
|
|
||||||
(package
|
|
||||||
(name "rust-aster")
|
|
||||||
(version "0.41.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "aster" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1q704kn23wnwnrxml7w1mxw6a3xb6386x5wgys6ibnyramrxzksc"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-clippy" ,rust-clippy-0.0)
|
|
||||||
("rust-compiletest-rs" ,rust-compiletest-rs-0.2)
|
|
||||||
("rust-syntex-syntax" ,rust-syntex-syntax-0.58))))
|
|
||||||
(home-page "https://github.com/serde-rs/aster")
|
|
||||||
(synopsis "Libsyntax ast builder")
|
|
||||||
(description "This package provides a libsyntax ast builder.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-async-attributes-1
|
(define-public rust-async-attributes-1
|
||||||
(package
|
(package
|
||||||
(name "rust-async-attributes")
|
(name "rust-async-attributes")
|
||||||
|
|
Loading…
Reference in a new issue