gnu: rust-termion-1: Update to 1.5.6.

* gnu/packages/crates-io.scm (rust-termion-1): Update to 1.5.6.
[arguments]: Replace rust-redox-syscall-0.1 with 0.2.

Change-Id: I9dfc167463a6483980d85f5cf9fdd05da5dd73ce
This commit is contained in:
Efraim Flashner 2024-01-28 13:47:30 +02:00
parent 160be5e5b0
commit a955f7f82f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -66371,7 +66371,7 @@ (define-public rust-termion-1
(package
(inherit rust-termion-2)
(name "rust-termion")
(version "1.5.5")
(version "1.5.6")
(source
(origin
(method url-fetch)
@ -66379,13 +66379,13 @@ (define-public rust-termion-1
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"01f9787d5nx445bqbj644v38bn0hl2swwjy9baz0dnbqi6fyqb62"))))
"0zk023f0zkws358ll399cawvwdnd0wg8wad4g61kz766xbi8aw87"))))
(arguments
(list #:tests? #f ;tests require a terminal
#:cargo-inputs
`(("rust-libc" ,rust-libc-0.2)
("rust-numtoa" ,rust-numtoa-0.1)
("rust-redox-syscall" ,rust-redox-syscall-0.1)
("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-redox-termios" ,rust-redox-termios-0.1))))))
(define-public rust-termios-0.3