guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch rust-team updated: gnu: Add rust-1.68.


From: guix-commits
Subject: branch rust-team updated: gnu: Add rust-1.68.
Date: Wed, 15 Mar 2023 08:44:32 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch rust-team
in repository guix.

The following commit(s) were added to refs/heads/rust-team by this push:
     new 0e5e8018f0 gnu: Add rust-1.68.
0e5e8018f0 is described below

commit 0e5e8018f01c403e5c6a018fb49dc8ff8a2fd45e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 15 14:42:19 2023 +0200

    gnu: Add rust-1.68.
    
    * gnu/packages/rust.scm (rust-1.68): 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 94024a606a..a98ab87955 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -702,6 +702,10 @@ safety and thread safety guarantees.")
       (inputs (modify-inputs (package-inputs base-rust)
                              (replace "llvm" llvm-15))))))
 
+(define rust-1.68
+  (rust-bootstrapped-package
+   rust-1.67 "1.68.0" "0qkdm4naj729bl72pl513p0xxpmcwyskmd8gfyj358i3kyqxix7a"))
+
 ;;; 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

[Prev in Thread] Current Thread [Next in Thread]