guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add Rust 1.50.


From: guix-commits
Subject: branch master updated: gnu: Add Rust 1.50.
Date: Sat, 13 Feb 2021 10:58:12 -0500

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

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2a498e9  gnu: Add Rust 1.50.
2a498e9 is described below

commit 2a498e9504dfa58bdc08d88f1975c8f571d4db37
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Sat Feb 13 16:41:37 2021 +0100

    gnu: Add Rust 1.50.
    
    * gnu/packages/rust.scm (rust-1.50): 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 e646cd0..98a6bff 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1451,5 +1451,9 @@ move around."
   (rust-bootstrapped-package rust-1.48 "1.49.0"
     "0yf7kll517398dgqsr7m3gldzj0iwsp3ggzxrayckpqzvylfy2mm"))
 
+(define-public rust-1.50
+  (rust-bootstrapped-package rust-1.49 "1.50.0"
+    "0pjs7j62maiyvkmhp9zrxl528g2n0fphp4rq6ap7aqdv0a6qz5wm"))
+
 ;; TODO(staging): Bump this variable to the latest packaged rust.
 (define-public rust rust-1.45)



reply via email to

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