guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: address@hidden: Update to 7.0.1.


From: guix-commits
Subject: 01/01: gnu: address@hidden: Update to 7.0.1.
Date: Tue, 25 Dec 2018 06:32:12 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 522d1b87bc88dd459ade51b1ee0545937da8d3b5
Author: Rutger Helling <address@hidden>
Date:   Tue Dec 25 12:29:22 2018 +0100

    gnu: address@hidden: Update to 7.0.1.
    
    * gnu/packages/llvm.scm (address@hidden): Update to 7.0.1. Rename to 
address@hidden
---
 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 7eb785c..6dab9c5 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -97,10 +97,10 @@ of programming tools as well as libraries with equivalent 
functionality.")
 
 ;; TODO: Build Mesa with LLVM 7 in the next staging cycle.
 ;; TODO: Make LLVM 7 the default LLVM once Clang is also upgraded.
-(define-public llvm-7.0.0
+(define-public llvm-7.0.1
   (package (inherit llvm)
     (name "llvm")
-    (version "7.0.0")
+    (version "7.0.1")
     (source
      (origin
       (method url-fetch)
@@ -108,7 +108,7 @@ of programming tools as well as libraries with equivalent 
functionality.")
                           version "/llvm-" version ".src.tar.xz"))
       (sha256
        (base32
-        "08p27wv1pr9ql2zc3f3qkkymci46q7myvh8r5ijippnbwr2gihcb"))))))
+        "16s196wqzdw4pmri15hadzqgdi926zln3an2viwyq0kini6zr3d3"))))))
 
 ;; FIXME: This package is here to prevent many rebuilds on x86_64 and i686
 ;; from commit fc9dbf41311d99d0fd8befc789ea7c0e35911890.  Update users of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]