mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Remove rust-smallvec-0.2.
* gnu/packages/crates-io.scm (rust-smallvec-0.2): Delete variable.
This commit is contained in:
parent
fc77ba83cd
commit
e38d03bcd4
1 changed files with 0 additions and 15 deletions
|
@ -53308,21 +53308,6 @@ (define-public rust-smallvec-0.6
|
|||
#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1))))))
|
||||
|
||||
(define-public rust-smallvec-0.2
|
||||
(package
|
||||
(inherit rust-smallvec-1)
|
||||
(name "rust-smallvec")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "smallvec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04z0bv5pcnwnvij8kfzw56lnib9mjq8bafp120i7q48yvzbbr32c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))))
|
||||
|
||||
(define-public rust-smart-default-0.6
|
||||
(package
|
||||
(name "rust-smart-default")
|
||||
|
|
Loading…
Reference in a new issue