mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -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
|
(package
|
||||||
(inherit rust-clearscreen-2)
|
(inherit rust-clearscreen-2)
|
||||||
(name "rust-clearscreen")
|
(name "rust-clearscreen")
|
||||||
(version "1.0.4")
|
(version "1.0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "clearscreen" version))
|
(uri (crate-uri "clearscreen" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "083ycj7qhwlq8azy0rl9lpbr69k87hn622wc8mi96w293rsq1zwy"))))
|
(base32 "05xk23szs0s2ybf7gvhhaqs0bmj7dv58zivv2059rxh3saysspg5"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs (("rust-nix" ,rust-nix-0.24)
|
||||||
#:cargo-inputs (("rust-nix" ,rust-nix-0.20)
|
|
||||||
("rust-terminfo" ,rust-terminfo-0.7)
|
("rust-terminfo" ,rust-terminfo-0.7)
|
||||||
("rust-thiserror" ,rust-thiserror-1)
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
("rust-which" ,rust-which-4)
|
("rust-which" ,rust-which-4)
|
||||||
|
|
Loading…
Reference in a new issue