GNU bug report logs - #56684
[PATCH 1/3] Bump rust 1.57 -> 1.58

Previous Next

Package: guix-patches;

Reported by: Jim Newsome <jim <at> jimnewsome.net>

Date: Thu, 21 Jul 2022 22:09:01 UTC

Severity: normal

Tags: patch

Merged with 53461, 54439

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 56684 <at> debbugs.gnu.org (full text, mbox):

From: Jim Newsome <jim <at> jimnewsome.net>
To: 56684 <at> debbugs.gnu.org
Cc: Jim Newsome <jnewsome <at> torproject.org>
Subject: [PATCH 3/3] Bump rust 1.59 -> 1.60
Date: Thu, 21 Jul 2022 17:09:54 -0500
From: Jim Newsome <jnewsome <at> torproject.org>

---
 gnu/packages/rust.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index cb16fbaf0a..8cc734095f 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -652,10 +652,14 @@ (define rust-1.58
    rust-1.57 "1.58.1" "1iq7kj16qfpkx8gvw50d8rf7glbm6s0pj2y1qkrz7mi56vfsyfd8"))
 
 (define rust-1.59
+  (rust-bootstrapped-package
+   rust-1.58 "1.59.0" "1yc5bwcbmbwyvpfq7zvra78l0r8y3lbv60kbr62fzz2vx2pfxj57"))
+
+(define rust-1.60
   (let ((base-rust
          (rust-bootstrapped-package
-          rust-1.58 "1.59.0"
-          "1yc5bwcbmbwyvpfq7zvra78l0r8y3lbv60kbr62fzz2vx2pfxj57")))
+          rust-1.59 "1.60.0"
+          "1drqr0a26x1rb2w3kj0i6abhgbs3jx5qqkrcwbwdlx7n3inq5ji0")))
     (package
       (inherit base-rust)
       (outputs (cons "rustfmt" (package-outputs base-rust)))
@@ -798,7 +802,7 @@ (define rust-1.59
 ;;; intermediate rusts are built for bootstrapping purposes and should not
 ;;; be relied upon.  This is to ease maintenance and reduce the time
 ;;; required to build the full Rust bootstrap chain.
-(define-public rust rust-1.59)
+(define-public rust rust-1.60)
 
 (define-public rust-src
   (hidden-package
-- 
2.25.1





This bug report was last modified 2 years and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.