[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.
From: |
guix-commits |
Subject: |
08/08: gnu: LLVM, Clang, libomp, lld: Update to 15.0.6. |
Date: |
Mon, 9 Jan 2023 12:08:56 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 84f117f49587b608b287827793b1b8036d2cff7f
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Dec 15 19:00:23 2022 +0000
gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15):
Update to 15.0.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/llvm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 33e9b5611e..58bd91d7be 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -562,11 +562,11 @@ output), and Binutils.")
(define %llvm-monorepo-hashes
'(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
- ("15.0.5" . "1z2szqlanksdmj91590wnxqav5z437mpasg00ghb610xkam2v34m")))
+ ("15.0.6" . "13vj0q6if5095a3awq8d97l17qdsc7fks6avkai9k80kl0kzxpv6")))
(define %llvm-patches
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
- ("15.0.5" . ("clang-15.0-libc-search-path.patch"))))
+ ("15.0.6" . ("clang-15.0-libc-search-path.patch"))))
(define (llvm-monorepo version)
(origin
@@ -582,7 +582,7 @@ output), and Binutils.")
(define-public llvm-15
(package
(name "llvm")
- (version "15.0.5")
+ (version "15.0.6")
(source (llvm-monorepo version))
(build-system cmake-build-system)
(outputs '("out" "opt-viewer"))
@@ -739,7 +739,7 @@ of programming tools as well as libraries with equivalent
functionality.")
(package-version llvm-15)))
(sha256
(base32
- "0sa6si9v7ddsa9vmg6s3918xx969rvck2v1a0g7hb0fp9jk9j4r1")))))
+ "099v2yqg11h0h8qqddzkny6b77pafcr7vy5ksc33kqggji173ccj")))))
(define-public clang-14
(clang-from-llvm
- branch master updated (8b314efd50 -> 84f117f495), guix-commits, 2023/01/09
- 01/08: doc: cookbook: Add "Installing Guix on a Cluster" chapter., guix-commits, 2023/01/09
- 02/08: substitute: Parse '_NIX_OPTIONS' once., guix-commits, 2023/01/09
- 04/08: daemon: Improve error message for wrong hash sizes., guix-commits, 2023/01/09
- 05/08: read-print: Do not use extended notation when printing '1+', '1-', etc., guix-commits, 2023/01/09
- 06/08: gnu: Add minetest-wielded-light., guix-commits, 2023/01/09
- 08/08: gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.,
guix-commits <=
- 03/08: derivations: 'read-derivation' correctly handles case with empty hash., guix-commits, 2023/01/09
- 07/08: gnu: Add minetest-mobs-monster., guix-commits, 2023/01/09