mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add rust-1.68.
* gnu/packages/rust.scm (rust-1.68): New variable.
This commit is contained in:
parent
f0593783b9
commit
a1a17393f4
1 changed files with 4 additions and 0 deletions
|
@ -696,6 +696,10 @@ (define rust-1.67
|
|||
(inputs (modify-inputs (package-inputs base-rust)
|
||||
(replace "llvm" llvm-15))))))
|
||||
|
||||
(define rust-1.68
|
||||
(rust-bootstrapped-package
|
||||
rust-1.67 "1.68.0" "0qkdm4naj729bl72pl513p0xxpmcwyskmd8gfyj358i3kyqxix7a"))
|
||||
|
||||
;;; Note: Only the latest versions of Rust are supported and tested. The
|
||||
;;; intermediate rusts are built for bootstrapping purposes and should not
|
||||
;;; be relied upon. This is to ease maintenance and reduce the time
|
||||
|
|
Loading…
Reference in a new issue