mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -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
|
(define-public rust-compiler-builtins-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-compiler-builtins")
|
(name "rust-compiler-builtins")
|
||||||
(version "0.1.26")
|
(version "0.1.84")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11521,12 +11521,13 @@ (define-public rust-compiler-builtins-0.1
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rhj6ccmfkh9gcxnxgjq4fg257yi4f9325nfzsphbmxwkrg06sq3"))))
|
"040bzrhwyqm75yp94vdyfyljg3d25y3d3lb9vipx02p9lqf2r6wq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
(list #:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
`(("rust-rustc-std-workspace-core"
|
||||||
|
,rust-rustc-std-workspace-core-1)
|
||||||
("rust-cc" ,rust-cc-1))))
|
("rust-cc" ,rust-cc-1))))
|
||||||
(home-page "https://github.com/rust-lang/compiler-builtins")
|
(home-page "https://github.com/rust-lang/compiler-builtins")
|
||||||
(synopsis "Compiler intrinsics used by the Rust compiler")
|
(synopsis "Compiler intrinsics used by the Rust compiler")
|
||||||
|
|
Loading…
Reference in a new issue