mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Remove rust-rpassword-3.
* gnu/packages/crates-io.scm (rust-rpassword-3): Delete variable.
This commit is contained in:
parent
7d22b49b6b
commit
641c5ce79c
1 changed files with 0 additions and 20 deletions
|
@ -47279,26 +47279,6 @@ (define-public rust-rpassword-4
|
|||
(sha256
|
||||
(base32 "17z99xazhhbaczw0ib1vnnq450j0zacdn8b2zcbdir68sdbicdwr"))))))
|
||||
|
||||
(define-public rust-rpassword-3
|
||||
(package
|
||||
(inherit rust-rpassword-4)
|
||||
(name "rust-rpassword")
|
||||
(version "3.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rpassword" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vkifbbs160d7i7wy3kb0vw9mbf3pf470hg8f623rjkzmsyafky3"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.2))))))
|
||||
|
||||
(define-public rust-runtime-0.3
|
||||
(package
|
||||
(name "rust-runtime")
|
||||
|
|
Loading…
Reference in a new issue