me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-rustyline-derive-0.2.

* gnu/packages/crates-io.scm (rust-rustyline-derive-0.2): Delete variable.
Efraim Flashner 2023-05-17 19:00:10 +03:00
parent 2da78280fc
commit 37cbf30568
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 15 deletions

View File

@ -53619,21 +53619,6 @@ sub-processes using a fork-like interface.")
(description "This package provides Rustyline macros implementation in Rust.") (description "This package provides Rustyline macros implementation in Rust.")
(license license:expat))) (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 (define-public rust-rkyv-0.7
(package (package
(name "rust-rkyv") (name "rust-rkyv")