gnu: Add rust-1.68.

* gnu/packages/rust.scm (rust-1.68): New variable.
This commit is contained in:
Efraim Flashner 2023-03-15 14:42:19 +02:00
parent f0593783b9
commit a1a17393f4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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