GNU bug report logs -
#47410
[PATCH] gnu: Add Rust 1.51.
Previous Next
Reported by: Matthew James Kraai <kraai <at> ftbfs.org>
Date: Fri, 26 Mar 2021 12:05:02 UTC
Severity: normal
Tags: patch
Done: Matthew James Kraai <kraai <at> ftbfs.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#47410: [PATCH] gnu: Add Rust 1.51.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 47410 <at> debbugs.gnu.org.
--
47410: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47410
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Rust 1.51 has already been packaged, so I'm closing this issue.
Matt
[Message part 3 (message/rfc822, inline)]
* gnu/packages/rust.scm (rust-1.51): 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 c7840e1a20..3fd7961494 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2019 Ivan Petkov <ivanppetkov <at> gmail.com>
;;; Copyright © 2020, 2021 Jakub Kądziołka <kuba <at> kadziolka.net>
;;; Copyright © 2020 Pierre Langlois <pierre.langlois <at> gmx.com>
-;;; Copyright © 2020 Matthew Kraai <kraai <at> ftbfs.org>
+;;; Copyright © 2020, 2021 Matthew Kraai <kraai <at> ftbfs.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1460,5 +1460,9 @@ move around."
(rust-bootstrapped-package rust-1.49 "1.50.0"
"0pjs7j62maiyvkmhp9zrxl528g2n0fphp4rq6ap7aqdv0a6qz5wm"))
+(define-public rust-1.51
+ (rust-bootstrapped-package rust-1.50 "1.51.0"
+ "0ixqkqglv3isxbvl4ldr4byrkx692wghsz3fasy1pn5kr2prnsvs"))
+
;; TODO(staging): Bump this variable to the latest packaged rust.
(define-public rust rust-1.45)
--
2.31.0
This bug report was last modified 3 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.