mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add rust-rpassword-2.
* gnu/packages/crates-io.scm (rust-rpassword-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
723a981194
commit
ef7792f6d3
1 changed files with 15 additions and 0 deletions
|
@ -22472,6 +22472,21 @@ (define-public rust-rpassword-3
|
|||
("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-rusqlite-0.19
|
||||
(package
|
||||
(name "rust-rusqlite")
|
||||
|
|
Loading…
Reference in a new issue