gnu: rust-rpassword-4: Update to 4.0.5.
* gnu/packages/crates-io.scm (rust-rpassword-4): Update to 4.0.5.
This commit is contained in:
parent
a2ebb515db
commit
50580fd44d
1 changed files with 2 additions and 2 deletions
|
@ -18967,14 +18967,14 @@ (define-public rust-rspec-1
|
|||
(define-public rust-rpassword-4
|
||||
(package
|
||||
(name "rust-rpassword")
|
||||
(version "4.0.3")
|
||||
(version "4.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rpassword" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jnl8wzmdazkpzqs0vsw0n0vm0v4b8chqifd6s84nl9w2ybhx7ym"))))
|
||||
(base32 "17z99xazhhbaczw0ib1vnnq450j0zacdn8b2zcbdir68sdbicdwr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue