From 9a2a3c79a43f6ebf8d9381cf8aed73ac366e10c9 Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Sat, 22 Jan 2022 19:10:50 -0500 Subject: [PATCH 1/2] gnu: Add rust-1.58. * gnu/packages/rust.scm (rust-1.58): New variable. --- gnu/packages/rust.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 26d6df7a94..9652f331cf 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -784,6 +784,10 @@ (define rust-1.57 `("procps" ,procps) (package-native-inputs base-rust)))))) +(define rust-1.58 + (rust-bootstrapped-package + rust-1.57 "1.58.1" "1iq7kj16qfpkx8gvw50d8rf7glbm6s0pj2y1qkrz7mi56vfsyfd8")) + ;;; 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 base-commit: e725b24d119b47fcfceb9e9ba79ee832318c289e -- 2.35.1