mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-hermit-abi-0.1: Update to 0.1.20.
* gnu/packages/crates-io.scm (rust-hermit-abi-0.1): Update to 0.1.20. [arguments]: Don't skip build.
This commit is contained in:
parent
1a67d05d4b
commit
23c4723d1a
1 changed files with 6 additions and 7 deletions
|
@ -27733,7 +27733,7 @@ (define-public rust-hermit-abi-0.1
|
|||
(package
|
||||
(inherit rust-hermit-abi-0.2)
|
||||
(name "rust-hermit-abi")
|
||||
(version "0.1.10")
|
||||
(version "0.1.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -27742,13 +27742,12 @@ (define-public rust-hermit-abi-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0blmmzik5cs79ivq70s9gal8ypgzj50wnl2hwsaam46gjjbz2p3j"))))
|
||||
"1ypkwpf5r7m0jqdn2wfa0070i412kn9snvi1hg52w1yfvc40k8y7"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))))
|
||||
`(#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))))
|
||||
|
||||
(define-public rust-hex-0.4
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue