unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54475] [PATCH] gnu: rust: Add rust-1.58.1 and rust-1.59.0.
@ 2022-03-20 13:36 Felipe Balbi
  2022-03-20 13:57 ` bug#54475: " Maxime Devos
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2022-03-20 13:36 UTC (permalink / raw)
  To: 54475; +Cc: Felipe Balbi

From: Felipe Balbi <felipe@balbi.sh>

* gnu/packages/rust.scm (rust-1.58): New variable.
* gnu/packages/rust.scm (rust-1.59): New variable.
---
 gnu/packages/rust.scm | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 26d6df7a9480..26f123833958 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 (unmatched parenthesis <paren@disroot.org>
 ;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2022 Felipe Balbi <felipe@balbi.sh>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -784,11 +785,19 @@ (define rust-1.57
                             `("procps" ,procps)
                             (package-native-inputs base-rust))))))
 
+(define rust-1.58
+  (rust-bootstrapped-package
+   rust-1.57 "1.58.1" "1iq7kj16qfpkx8gvw50d8rf7glbm6s0pj2y1qkrz7mi56vfsyfd8"))
+
+(define rust-1.59
+  (rust-bootstrapped-package
+   rust-1.58 "1.59.0" "1yc5bwcbmbwyvpfq7zvra78l0r8y3lbv60kbr62fzz2vx2pfxj57"))
+
 ;;; Note: Only the latest versions of Rust are supported and tested.  The
 ;;; 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.57)
+(define-public rust rust-1.59)
 
 (define-public rust-src
   (hidden-package
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54475: [PATCH] gnu: rust: Add rust-1.58.1 and rust-1.59.0.
  2022-03-20 13:36 [bug#54475] [PATCH] gnu: rust: Add rust-1.58.1 and rust-1.59.0 Felipe Balbi
@ 2022-03-20 13:57 ` Maxime Devos
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Devos @ 2022-03-20 13:57 UTC (permalink / raw)
  To: Felipe Balbi, 54475-done; +Cc: Felipe Balbi

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

Felipe Balbi schreef op zo 20-03-2022 om 15:36 [+0200]:
> From: Felipe Balbi <felipe@balbi.sh>
> 
> * gnu/packages/rust.scm (rust-1.58): New variable.
> * gnu/packages/rust.scm (rust-1.59): New variable.
> ---

This is a duplicate of <https://issues.guix.gnu.org/54439>, closing.

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-20 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 13:36 [bug#54475] [PATCH] gnu: rust: Add rust-1.58.1 and rust-1.59.0 Felipe Balbi
2022-03-20 13:57 ` bug#54475: " Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).