efraim pushed a commit to branch rust-team
in repository guix.

commit 6603d5a7ae95486a4b558872054ba81f7ded558e
Author: Efraim Flashner <[email protected]>
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 ed9d7ef999..05102373c9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53619,21 +53619,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")

Reply via email to