gnu: Remove rust-meval-0.2.

* gnu/packages/crates-io.scm (rust-meval-0.2): Delete variable.

Change-Id: Ib6de26efe0129623ddcdfff30d575b45a624035a
This commit is contained in:
Efraim Flashner 2024-12-31 15:13:13 +02:00
parent f4338e224e
commit fb24bab650
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -44003,30 +44003,6 @@ (define-public rust-metrohash-1
quality, high performance hash algorithm.")
(license license:expat)))
(define-public rust-meval-0.2
(package
(name "rust-meval")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "meval" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ncj0fv9q3b4his7g947fmgkskpfly6dsniw0g6mg38wcnjrd57p"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-fnv" ,rust-fnv-1)
("rust-nom" ,rust-nom-1)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/rekka/meval-rs")
(synopsis "Simple math expression parser and evaluator")
(description
"This package provides a simple math expression parser and evaluator.")
(license (list license:unlicense license:expat))))
(define-public rust-miette-7
(package
(name "rust-miette")