[PATCH] gnu: Add Rust 1.51.

  • Done
  • quality assurance status badge
Details
One participant
  • Matthew James Kraai
Owner
unassigned
Submitted by
Matthew James Kraai
Severity
normal

Debbugs page

Matthew James Kraai wrote 4 years ago
(address . guix-patches@gnu.org)(name . Matthew James Kraai)(address . kraai@ftbfs.org)
20210326120424.15004-1-kraai@ftbfs.org
* gnu/packages/rust.scm (rust-1.51): New variable.
---
gnu/packages/rust.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Toggle diff (25 lines)
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@gmail.com>
;;; 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>
+;;; Copyright © 2020, 2021 Matthew Kraai <kraai@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
Matthew James Kraai wrote 4 years ago
Close
(address . 47410-done@debbugs.gnu.org)
21919609-72e4-c7f6-8823-cef3f19e8d1d@ftbfs.org
Hi,

Rust 1.51 has already been packaged, so I'm closing this issue.

Matt
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47410@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47410
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help