* [bug#69408] [PATCH 1/2] gnu: Add rust-1.76.
@ 2024-02-26 15:37 Brennan Vincent
2024-02-26 15:37 ` [bug#69407] [PATCH 2/2] gnu: update public rust to 1.76 Brennan Vincent
2024-03-13 11:12 ` bug#69408: [PATCH 1/2] gnu: Add rust-1.76 Efraim Flashner
0 siblings, 2 replies; 3+ messages in thread
From: Brennan Vincent @ 2024-02-26 15:37 UTC (permalink / raw)
To: 69408; +Cc: Brennan Vincent, Efraim Flashner
* gnu/packages/rust.scm (rust-1.76): New variable.
Change-Id: I97c80ffe0b1be203fd8bbfa197fa31a9f31919f6
---
gnu/packages/rust.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 1f129a93bd..63d94aabb2 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -947,6 +947,18 @@ (define rust-1.75
(inherit (package-source base-rust))
(patches '()))))))
+(define rust-1.76
+ (let ((base-rust (rust-bootstrapped-package rust-1.75 "1.76.0"
+ "08f06shp6l72qrv5fwg1is7yzr6kwj8av0l9h5k243bz781zyp4y")))
+ (package
+ (inherit base-rust)
+ (source
+ (origin
+ (inherit (package-source base-rust))
+ (patches '())))
+ (inputs (modify-inputs (package-inputs base-rust)
+ (replace "llvm" llvm-16))))))
+
(define (make-ignore-test-list strs)
"Function to make creating a list to ignore tests a bit easier."
(map (lambda (str)
base-commit: e75335fc91e60ea80dc6bdbe3a99824928820011
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#69407] [PATCH 2/2] gnu: update public rust to 1.76.
2024-02-26 15:37 [bug#69408] [PATCH 1/2] gnu: Add rust-1.76 Brennan Vincent
@ 2024-02-26 15:37 ` Brennan Vincent
2024-03-13 11:12 ` bug#69408: [PATCH 1/2] gnu: Add rust-1.76 Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: Brennan Vincent @ 2024-02-26 15:37 UTC (permalink / raw)
To: 69407; +Cc: Brennan Vincent, Efraim Flashner
* gnu/packages/rust.scm (rust): update to 1.76.0.
Change-Id: I363d789ab22d2937eeb3846dec460ac902c44255
---
gnu/packages/rust.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 63d94aabb2..48c00359a4 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -973,7 +973,7 @@ (define (make-ignore-test-list strs)
;;; Here we take the latest included Rust, make it public, and re-enable tests
;;; and extra components such as rustfmt.
(define-public rust
- (let ((base-rust rust-1.75))
+ (let ((base-rust rust-1.76))
(package
(inherit base-rust)
(properties (alist-delete 'hidden? (package-properties base-rust)))
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#69408: [PATCH 1/2] gnu: Add rust-1.76.
2024-02-26 15:37 [bug#69408] [PATCH 1/2] gnu: Add rust-1.76 Brennan Vincent
2024-02-26 15:37 ` [bug#69407] [PATCH 2/2] gnu: update public rust to 1.76 Brennan Vincent
@ 2024-03-13 11:12 ` Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2024-03-13 11:12 UTC (permalink / raw)
To: Brennan Vincent; +Cc: 69408-done
[-- Attachment #1: Type: text/plain, Size: 263 bytes --]
Thanks. Patches applied to the rust-team branch.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-13 11:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26 15:37 [bug#69408] [PATCH 1/2] gnu: Add rust-1.76 Brennan Vincent
2024-02-26 15:37 ` [bug#69407] [PATCH 2/2] gnu: update public rust to 1.76 Brennan Vincent
2024-03-13 11:12 ` bug#69408: [PATCH 1/2] gnu: Add rust-1.76 Efraim Flashner
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).