efraim pushed a commit to branch master
in repository guix.

commit f0ccfcc0a70b7c553cfa24d2b27088f3f4b9ef6b
Author: kiasoc5 <[email protected]>
AuthorDate: Tue Nov 15 18:09:44 2022 +0200

    gnu: Add rust-1.62.
    
    * gnu/packages/rust.scm (rust-1.62): New variable.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/rust.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index a1690e202f..835902d2f9 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -611,6 +611,10 @@ safety and thread safety guarantees.")
   (rust-bootstrapped-package
    rust-1.60 "1.61.0" "1vfs05hkf9ilk19b2vahqn8l6k17pl9nc1ky9kgspaascx8l62xd"))
 
+(define rust-1.62
+  (rust-bootstrapped-package
+   rust-1.61 "1.62.1" "0gqkg34ic77dcvsz69qbdng6g3zfhl6hnhx7ha1mjkyrzipvxb3j"))
+
 ;;; 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

Reply via email to