mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust@1.21.0.
* gnu/packages/rust.scm (rust-1.21): New variable.
This commit is contained in:
parent
e69b1a7c6e
commit
05ebff92bd
1 changed files with 4 additions and 0 deletions
|
@ -608,6 +608,10 @@ (define ref (stat "README.md"))
|
|||
`("LIBRARY_PATH" ":" suffix (,(string-append libc "/lib"))))
|
||||
#t))))))))))
|
||||
|
||||
(define-public rust-1.21
|
||||
(rust-bootstrapped-package rust-1.20 "1.21.0"
|
||||
"1yj8lnxybjrybp00fqhxw8fpr641dh8wcn9mk44xjnsb4i1c21qp"))
|
||||
|
||||
(define-public rust-1.23
|
||||
(package
|
||||
(inherit rust-1.20)
|
||||
|
|
Loading…
Reference in a new issue