me
/
guix
Archived
1
0
Fork 0

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>
master
Jaeme Sifat 2023-10-30 22:52:36 -04:00 committed by Efraim Flashner
parent f12bf32ad6
commit 001c74ba15
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -43598,19 +43598,20 @@ lexer.")
(define-public rust-mach-0.3
(package
(name "rust-mach")
(version "0.3.0")
(version "0.3.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "mach" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0a895rhg3a1l3ws4qf83s5mx0g29v1fzgjmbag1h36v62hmg1vi8"))))
(base32 "1yksa8lwzqh150gr4417rls1wk20asy9vhp8kq5g9n7z58xyh8xq"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#: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")
(synopsis "Rust interface to the Mach 3.0 kernel that underlies OSX")
(description