efraim pushed a commit to branch rust-team in repository guix. commit 57079bef1df177f199dd92855d2e4f10dae0e65d Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Wed May 17 19:00:10 2023 +0300
gnu: Remove rust-rustyline-derive-0.2. * gnu/packages/crates-io.scm (rust-rustyline-derive-0.2): Delete variable. --- gnu/packages/crates-io.scm | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 1d43d1c5bc..a578945a98 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -53585,21 +53585,6 @@ sub-processes using a fork-like interface.") (description "This package provides Rustyline macros implementation in Rust.") (license license:expat))) -(define-public rust-rustyline-derive-0.2 - (package - (inherit rust-rustyline-derive-0.3) - (name "rust-rustyline-derive") - (version "0.2.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "rustyline-derive" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1n3iw9kaq70dw1rvvma0gjwydbj0f2mvvqvrva69f5cl6yv1dnd0")))))) - (define-public rust-rkyv-0.7 (package (name "rust-rkyv")