gnu: Add rust@1.21.0.

* gnu/packages/rust.scm (rust-1.21): New variable.
This commit is contained in:
Danny Milosavljevic 2018-09-13 00:53:22 +02:00
parent e69b1a7c6e
commit 05ebff92bd
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

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