gnu: Remove rust-weedle-0.10.

* gnu/packages/crates-io.scm (rust-weedle-0.10): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-24 13:53:17 +03:00
parent d91b645df0
commit dcb79bacd9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -66465,28 +66465,6 @@ implementation of webview, a tiny cross-platform library to render web-based
GUIs as desktop applications.")
(license license:expat)))
(define-public rust-weedle-0.10
(package
(name "rust-weedle")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "weedle" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0r0i2kllvkn9jil6cjzxdi1zsc6p1gjyk751w8lyclaii1q3zd1v"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-nom" ,rust-nom-4))))
(home-page "https://github.com/rustwasm/weedle")
(synopsis "WebIDL Parser")
(description
"This package provides a WebIDL Parser.")
(license license:expat)))
(define-public rust-weezl-0.1
(package
(name "rust-weezl")