GNU bug report logs - #69408
[PATCH 1/2] gnu: Add rust-1.76.

Previous Next

Package: guix-patches;

Reported by: Brennan Vincent <brennan <at> umanwizard.com>

Date: Mon, 26 Feb 2024 16:17:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69408: closed ([PATCH 1/2] gnu: Add rust-1.76.)
Date: Wed, 13 Mar 2024 11:15:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 13 Mar 2024 13:12:14 +0200
with message-id <ZfGKDhNquVwVe0yN <at> 3900XT>
and subject line Re: [bug#69408] [PATCH 1/2] gnu: Add rust-1.76.
has caused the debbugs.gnu.org bug report #69408,
regarding [PATCH 1/2] gnu: Add rust-1.76.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69408: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69408
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Brennan Vincent <brennan <at> umanwizard.com>
To: guix-patches <at> gnu.org
Cc: Brennan Vincent <brennan <at> umanwizard.com>
Subject: [PATCH 1/2] gnu: Add rust-1.76.
Date: Mon, 26 Feb 2024 10:37:31 -0500
* 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




[Message part 3 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Brennan Vincent <brennan <at> umanwizard.com>
Cc: 69408-done <at> debbugs.gnu.org
Subject: Re: [bug#69408] [PATCH 1/2] gnu: Add rust-1.76.
Date: Wed, 13 Mar 2024 13:12:14 +0200
[Message part 4 (text/plain, inline)]
Thanks. Patches applied to the rust-team branch.

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 71 days ago.

Previous Next


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