gnu: rust-mach-0.3: Update to 0.3.2.
* gnu/packages/crates-io.scm (rust-mach-0.3): Update to 0.3.2. [cargo-inputs]: Add rust-rustc-std-workspace-core-1. Change-Id: I34ba0dc332677ea8cf83dc5b4fb1c2d0c993cde5 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
f12bf32ad6
commit
001c74ba15
1 changed files with 4 additions and 3 deletions
|
|
@ -43598,19 +43598,20 @@ lexer.")
|
||||||
(define-public rust-mach-0.3
|
(define-public rust-mach-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-mach")
|
(name "rust-mach")
|
||||||
(version "0.3.0")
|
(version "0.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "mach" version))
|
(uri (crate-uri "mach" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a895rhg3a1l3ws4qf83s5mx0g29v1fzgjmbag1h36v62hmg1vi8"))))
|
(base32 "1yksa8lwzqh150gr4417rls1wk20asy9vhp8kq5g9n7z58xyh8xq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-libc" ,rust-libc-0.2))))
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
|
||||||
(home-page "https://github.com/fitzgen/mach")
|
(home-page "https://github.com/fitzgen/mach")
|
||||||
(synopsis "Rust interface to the Mach 3.0 kernel that underlies OSX")
|
(synopsis "Rust interface to the Mach 3.0 kernel that underlies OSX")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue