mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-clearscreen-1: Update to 1.0.11.
* gnu/packages/crates-io.scm (rust-clearscreen-1): Update to 1.0.11. [arguments]: Don't skip the build. [cargo-inputs]: Replace rust-nix-0.20 with 0.24. Change-Id: I39477ab36affc66dc27b202b2d935378840526fd
This commit is contained in:
parent
126c19fc64
commit
ea78e92a4b
1 changed files with 3 additions and 4 deletions
|
@ -12905,17 +12905,16 @@ (define-public rust-clearscreen-1
|
|||
(package
|
||||
(inherit rust-clearscreen-2)
|
||||
(name "rust-clearscreen")
|
||||
(version "1.0.4")
|
||||
(version "1.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clearscreen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "083ycj7qhwlq8azy0rl9lpbr69k87hn622wc8mi96w293rsq1zwy"))))
|
||||
(base32 "05xk23szs0s2ybf7gvhhaqs0bmj7dv58zivv2059rxh3saysspg5"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-nix" ,rust-nix-0.20)
|
||||
`(#:cargo-inputs (("rust-nix" ,rust-nix-0.24)
|
||||
("rust-terminfo" ,rust-terminfo-0.7)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-which" ,rust-which-4)
|
||||
|
|
Loading…
Reference in a new issue