gnu: Remove rust-rpassword-2.

* gnu/packages/crates-io.scm (rust-rpassword-2): Delete variable.
This commit is contained in:
Efraim Flashner 2022-10-18 22:53:09 +03:00
parent 9507a13d2b
commit 636854c747
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -48890,21 +48890,6 @@ console applications.")
("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.2))))))
(define-public rust-rpassword-2
(package
(inherit rust-rpassword-3)
(name "rust-rpassword")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rpassword" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1v255xqkig5lwnczvm3achydhxx6kf9jcdxdlgzndgpd18bp6x6k"))))))
(define-public rust-runtime-0.3
(package
(name "rust-runtime")