guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: Add Rust 1.49.


From: guix-commits
Subject: 03/03: gnu: Add Rust 1.49.
Date: Sat, 2 Jan 2021 13:20:59 -0500 (EST)

niedzejkob pushed a commit to branch master
in repository guix.

commit 062854de7fb6c0cc60fe84b91fbdd6b8795923d2
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Sat Jan 2 19:11:27 2021 +0100

    gnu: Add Rust 1.49.
    
    * gnu/packages/rust.scm (rust-1.49): New variable.
---
 gnu/packages/rust.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 334c262..58a9092 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org>
 ;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com>
-;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
+;;; Copyright © 2020, 2021 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2020 Matthew Kraai <kraai@ftbfs.org>
 ;;;
@@ -1385,5 +1385,9 @@ move around."
     fn test_process_mask"))
                    #t))))))))))
 
+(define-public rust-1.49
+  (rust-bootstrapped-package rust-1.48 "1.49.0"
+    "0yf7kll517398dgqsr7m3gldzj0iwsp3ggzxrayckpqzvylfy2mm"))
+
 ;; 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]