mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add rust-1.65.
* gnu/packages/rust.scm (rust-1.65): New variable.
This commit is contained in:
parent
b4762e1e87
commit
45ae3c830f
1 changed files with 4 additions and 0 deletions
|
@ -637,6 +637,10 @@ (define rust-1.64
|
|||
(string-append name "\"" ,%cargo-reference-hash "\"")))
|
||||
(generate-all-checksums "vendor"))))))))))
|
||||
|
||||
(define rust-1.65
|
||||
(rust-bootstrapped-package
|
||||
rust-1.64 "1.65.0" "0f005kc0vl7qyy298f443i78ibz71hmmh820726bzskpyrkvna2q"))
|
||||
|
||||
;;; 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