mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-compiler-builtins-0.1: Update to 0.1.84.
* gnu/packages/crates-io.scm (rust-compiler-builtins-0.1): Update to 0.1.84. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
1a5c4f1908
commit
b9684bf18d
1 changed files with 7 additions and 6 deletions
|
@ -11513,7 +11513,7 @@ (define-public rust-const-cstr-0.3
|
|||
(define-public rust-compiler-builtins-0.1
|
||||
(package
|
||||
(name "rust-compiler-builtins")
|
||||
(version "0.1.26")
|
||||
(version "0.1.84")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -11521,13 +11521,14 @@ (define-public rust-compiler-builtins-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rhj6ccmfkh9gcxnxgjq4fg257yi4f9325nfzsphbmxwkrg06sq3"))))
|
||||
"040bzrhwyqm75yp94vdyfyljg3d25y3d3lb9vipx02p9lqf2r6wq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||
("rust-cc" ,rust-cc-1))))
|
||||
(list #:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(("rust-rustc-std-workspace-core"
|
||||
,rust-rustc-std-workspace-core-1)
|
||||
("rust-cc" ,rust-cc-1))))
|
||||
(home-page "https://github.com/rust-lang/compiler-builtins")
|
||||
(synopsis "Compiler intrinsics used by the Rust compiler")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue