gnu: Remove rust-vec1-1.

* gnu/packages/crates-io.scm (rust-vec1-1): Delete variable.

Change-Id: I15ac24ba27c1f9cd0c79e1095e1dfcea66c1ab05
This commit is contained in:
Efraim Flashner 2024-01-22 22:28:33 +02:00
parent c935c207b9
commit 4831997fd4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -74639,30 +74639,6 @@ for @code{Valuable} types.")
(license (list license:asl2.0
license:expat))))
(define-public rust-vec1-1
(package
(name "rust-vec1")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (crate-uri "vec1" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0cv1b88k9fac0wlg3yzbkrwdxvyb8w9f14big5q9a3sgfwf67haz"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-serde" ,rust-serde-1)
("rust-smallvec" ,rust-smallvec-1))))
(home-page "https://github.com/rustonaut/vec1/")
(synopsis "Vec wrapper assuring that it has at least 1 element")
(description
"This package provides wrapper for a std::Vec assuring that it
has at least 1 element.")
(license (list license:expat license:asl2.0))))
(define-public rust-vek-0.15
(package
(name "rust-vek")