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
|
(define-public rust-rpassword-4
|
||||||
(package
|
(package
|
||||||
(name "rust-rpassword")
|
(name "rust-rpassword")
|
||||||
(version "4.0.3")
|
(version "4.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rpassword" version))
|
(uri (crate-uri "rpassword" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jnl8wzmdazkpzqs0vsw0n0vm0v4b8chqifd6s84nl9w2ybhx7ym"))))
|
(base32 "17z99xazhhbaczw0ib1vnnq450j0zacdn8b2zcbdir68sdbicdwr"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue