unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43437] [PATCH] gnu: llvm: Update to 10.0.1.
@ 2020-09-15 23:39 Greg Hogan
  2020-09-18 20:27 ` bug#43437: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2020-09-15 23:39 UTC (permalink / raw)
  To: 43437

[-- Attachment #1: Type: text/plain, Size: 2403 bytes --]

From c96112188af7962781acc653e0260979fd2d436b Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 15 Sep 2020 19:52:48 +0000
Subject: [PATCH] gnu: llvm: Update to 10.0.1.

* gnu/packages/llvm.scm (llvm, clang, clang-runtime,
clang-toolchain, lld): Update to 10.0.1.
---
 gnu/packages/llvm.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 15078a1168..ef7d65264c 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -90,14 +90,14 @@ as \"x86_64-linux\"."
 (define-public llvm-10
   (package
     (name "llvm")
-    (version "10.0.0")
+    (version "10.0.1")
     (source
      (origin
       (method url-fetch)
       (uri (llvm-download-uri "llvm" version))
       (sha256
        (base32
-        "1pwgm6cr0xr5a0hrbqs1zvsvvjvy0yq1y47c96804wcs795s90yz"))))
+        "1wydhbp9kyjp5y0rc627imxgkgqiv3dfirbqil9dgpnbaw5y7n65"))))
     (build-system cmake-build-system)
     (outputs '("out" "opt-viewer"))
     (native-inputs
@@ -505,11 +505,11 @@ output), and Binutils.")
 (define-public clang-runtime-10
   (clang-runtime-from-llvm
    llvm-10
-   "0x9c531k6ww21s2mkdwqx1vbdjmx6d4wmfb8gdbj0wqa796sczba"))
+   "1yjqjri753w0fzmxcyz687nvd97sbc9rsqrxzpq720na47hwh3fr"))

 (define-public clang-10
   (clang-from-llvm llvm-10 clang-runtime-10
-                   "08fbxa2a0kr3ni35ckppj0kyvlcyaywrhpqwcdrdy0z900mhcnw8"
+                   "091bvcny2lh32zy8f3m9viayyhb2zannrndni7325rl85cwgr6pr"
                    #:patches '("clang-10.0-libc-search-path.patch")
                    #:tools-extra
                    (origin
@@ -518,7 +518,7 @@ output), and Binutils.")
                                              (package-version llvm-10)))
                      (sha256
                       (base32
-
"074ija5s2jsdn0k035r2dzmryjmqxdnyg4xwvaqych2bazv8rpxc")))))
+
"06n1yp638rh24xdxv9v2df0qajxbjz4w59b7dd4ky36drwmpi4yh")))))

 (define-public clang-toolchain-10
   (make-clang-toolchain clang-10))
@@ -569,7 +569,7 @@ output), and Binutils.")
               (uri (llvm-download-uri "lld" version))
               (sha256
                (base32
-                "026pwcbczcg0j5c9h7hxxrn3ki81ia9m9sfn0sy0bvzffv2xg85r"))))
+                "0ynzi35r4fckvp6842alpd43qr810j3728yfslc66fk2mbh4j52r"))))
     (build-system cmake-build-system)
     (inputs
      `(("llvm" ,llvm-10)))
-- 
2.28.0

[-- Attachment #2: Type: text/html, Size: 3191 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-18 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 23:39 [bug#43437] [PATCH] gnu: llvm: Update to 10.0.1 Greg Hogan
2020-09-18 20:27 ` bug#43437: " Mathieu Othacehe

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