gnu: rust-termion-2: Update to 2.0.3.

* gnu/packages/crates-io.scm (rust-termion-2): Update to 2.0.3.
[cargo-inputs]: Add rust-libredox-0.0.2.  Remove rust-redox-syscall-0.2.

Change-Id: I972b0b7b529399997bd19371afda107abe9f4a8f
This commit is contained in:
Efraim Flashner 2024-01-28 14:18:18 +02:00
parent 1f2077cf8d
commit c83f34c03b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -66369,21 +66369,21 @@ (define-public rust-terminfo-0.7
(define-public rust-termion-2
(package
(name "rust-termion")
(version "2.0.1")
(version "2.0.3")
(source (origin
(method url-fetch)
(uri (crate-uri "termion" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"147c0a9l2dj4l8xhd7bb1f0f611lv6k0szacx3jwf21lkwviz735"))))
"0zcxsj2mms9hv8gizg2x3358ibjynzwvj5w6asr4683gxxyqqr64"))))
(build-system cargo-build-system)
(arguments
(list #:tests? #f ;tests require a terminal
#:cargo-inputs
`(("rust-libc" ,rust-libc-0.2)
("rust-libredox" ,rust-libredox-0.0.2)
("rust-numtoa" ,rust-numtoa-0.1)
("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-redox-termios" ,rust-redox-termios-0.1)
("rust-serde" ,rust-serde-1))))
(home-page "https://gitlab.redox-os.org/redox-os/termion")