[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: llvm: Update to 11.0.1.
From: |
guix-commits |
Subject: |
02/08: gnu: llvm: Update to 11.0.1. |
Date: |
Sun, 10 Jan 2021 17:45:49 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 9b415c0b36c885e7899c45617a8c4e64118a6379
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 10 19:23:37 2021 +0100
gnu: llvm: Update to 11.0.1.
* gnu/packages/llvm.scm (llvm): Update to 11.0.1.
(clang-runtime-11, clang-11): Update corresponding source hashes.
---
gnu/packages/llvm.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 114654c..a926585 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2016, 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
@@ -476,14 +476,13 @@ output), and Binutils.")
(define-public llvm-11
(package
(name "llvm")
- (version "11.0.0")
+ (version "11.0.1")
(source
(origin
(method url-fetch)
(uri (llvm-uri "llvm" version))
(sha256
- (base32
- "0s94lwil98w7zb7cjrbnxli0z7gklb312pkw74xs1d6zk346hgwi"))))
+ (base32 "0a5mb65xa5bal8q6cb37xgkqis2bip87fsafgq3wbsva9cjprn6c"))))
(build-system cmake-build-system)
(outputs '("out" "opt-viewer"))
(native-inputs
@@ -538,11 +537,11 @@ of programming tools as well as libraries with equivalent
functionality.")
(define-public clang-runtime-11
(clang-runtime-from-llvm
llvm-11
- "0d5j5l8phwqjjscmk8rmqn0i2i0abl537gdbkagl8fjpzy1gyjip"))
+ "1z470r8c5aahdwkmflglx998n0i77j8b1c69d7cir1kf27qy6yq8"))
(define-public clang-11
(clang-from-llvm llvm-11 clang-runtime-11
- "02ajkij85966vd150iy246mv16dsaph1kfi0y8wnncp8w6nar5hg"
+ "0kab4zmkxffg98a3rx95756jlwhxflalin5w05g1anpwxv175xbk"
#:patches '("clang-11.0-libc-search-path.patch")
#:tools-extra
(origin
@@ -551,7 +550,7 @@ of programming tools as well as libraries with equivalent
functionality.")
(package-version llvm-11)))
(sha256
(base32
-
"02bcwwn54661madhq4nxc069s7p7pj5gpqi8ww50w3anbpviilzy")))))
+
"1j8n6n4l54k2lrdxh266y1fl4z8vy5dc76wsf0csk5n3ikfi38ic")))))
(define-public clang-toolchain-11
(make-clang-toolchain clang-11))
- branch master updated (fa6c81b -> 432cb80), guix-commits, 2021/01/10
- 03/08: gnu: obs: Update to 26.1.2., guix-commits, 2021/01/10
- 04/08: gnu: polybar: Update to 3.5.4., guix-commits, 2021/01/10
- 01/08: gnu: zutils: Update to 1.10., guix-commits, 2021/01/10
- 02/08: gnu: llvm: Update to 11.0.1.,
guix-commits <=
- 06/08: services: cups: Add brlaser extension by default., guix-commits, 2021/01/10
- 05/08: gnu: Move brlaser to (gnu packages cups)., guix-commits, 2021/01/10
- 07/08: doc: Add missing cups-filters default extension., guix-commits, 2021/01/10
- 08/08: gnu: bwm-ng: Update to 0.6.3., guix-commits, 2021/01/10