guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 80a2e7236eba08b9993f608d94ac44756839f40b
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 19 20:41:29 2025 +0200

    gnu: llvm-8: Inherit from llvm-10.
    
    This is the highest version that does not change the derivation.
    
    * gnu/packages/llvm.scm (llvm-8)[inherit]: Replace llvm-9 by llvm-10.
    
    Change-Id: I45f351f8904280e6f37ee4d22fc0764fcae126ed
---
 gnu/packages/llvm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index bf3b048c41..c50e0af2f6 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1171,7 +1171,7 @@ Library.")
 
 (define-public llvm-8
   (package
-    (inherit llvm-9)
+    (inherit llvm-10)
     (version "8.0.1")
     (source (origin
               (method url-fetch)

Reply via email to