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:
Efraim Flashner 2024-03-28 10:59:02 +02:00
parent 126c19fc64
commit ea78e92a4b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)