mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
160be5e5b0
commit
a955f7f82f
1 changed files with 3 additions and 3 deletions
|
@ -66371,7 +66371,7 @@ (define-public rust-termion-1
|
||||||
(package
|
(package
|
||||||
(inherit rust-termion-2)
|
(inherit rust-termion-2)
|
||||||
(name "rust-termion")
|
(name "rust-termion")
|
||||||
(version "1.5.5")
|
(version "1.5.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -66379,13 +66379,13 @@ (define-public rust-termion-1
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01f9787d5nx445bqbj644v38bn0hl2swwjy9baz0dnbqi6fyqb62"))))
|
"0zk023f0zkws358ll399cawvwdnd0wg8wad4g61kz766xbi8aw87"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;tests require a terminal
|
(list #:tests? #f ;tests require a terminal
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
`(("rust-libc" ,rust-libc-0.2)
|
`(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-numtoa" ,rust-numtoa-0.1)
|
("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))))))
|
("rust-redox-termios" ,rust-redox-termios-0.1))))))
|
||||||
|
|
||||||
(define-public rust-termios-0.3
|
(define-public rust-termios-0.3
|
||||||
|
|
Loading…
Reference in a new issue