unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

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).