[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: libunwind-headers: Update to 13.0.0.
From: |
guix-commits |
Subject: |
01/10: gnu: libunwind-headers: Update to 13.0.0. |
Date: |
Sat, 8 Jan 2022 06:03:24 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 3191dacc6631759ee51718763bcd4e8c9b12278c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jan 7 18:11:16 2022 +0100
gnu: libunwind-headers: Update to 13.0.0.
* gnu/packages/llvm.scm (libunwind-headers): Update to 13.0.0.
---
gnu/packages/llvm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index dbd3461264..1344c1a46f 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016 Dennis Mungai <dmngaie@gmail.com>
;;; Copyright © 2016, 2018, 2019, 2020, 2021 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2018–2022 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
@@ -1095,13 +1095,13 @@ of programming tools as well as libraries with
equivalent functionality.")
(define-public libunwind-headers
(package
(name "libunwind-headers")
- (version "12.0.1")
+ (version "13.0.0")
(source (origin
(method url-fetch)
(uri (llvm-uri "libunwind" version))
(sha256
(base32
- "192ww6n81lj2mb9pj4043z79jp3cf58a9c2qrxjwm5c3a64n1shb"))))
+ "1qb5ickp7qims5q7sxacj3fwq1kklvnl94k3v9hpl5qn284iky1n"))))
(build-system cmake-build-system)
(arguments
'(#:phases (modify-phases (map (lambda (phase)
- branch master updated (1ea3f1d17a -> 1ee120a31b), guix-commits, 2022/01/08
- 02/10: gnu: lld: Update to 13.0.0., guix-commits, 2022/01/08
- 01/10: gnu: libunwind-headers: Update to 13.0.0.,
guix-commits <=
- 04/10: gnu: python-llvmlite: Remove unused patch., guix-commits, 2022/01/08
- 08/10: gnu: python-clang: Add 13., guix-commits, 2022/01/08
- 06/10: gnu: ungoogled-chromium: Build with Clang 13., guix-commits, 2022/01/08
- 10/10: gnu: emacs-clang-rename: Remove input labels., guix-commits, 2022/01/08
- 07/10: gnu: python-clang: Remove input labels., guix-commits, 2022/01/08
- 03/10: gnu: lldb: Simplify inputs., guix-commits, 2022/01/08
- 05/10: gnu: clang@13: Install CFI ignorelist., guix-commits, 2022/01/08
- 09/10: gnu: emacs-clang-format: Remove input labels., guix-commits, 2022/01/08