guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: jucipp: Update clang version.


From: guix-commits
Subject: 01/06: gnu: jucipp: Update clang version.
Date: Tue, 20 Apr 2021 05:44:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0dd7f86868ffbb70c504a1f17c1c4c6582ea7056
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 20 10:17:21 2021 +0200

    gnu: jucipp: Update clang version.
    
    * gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0d6e4ca..47b6e93 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -358,7 +358,7 @@ bindings and many of the powerful features of GNU Emacs.")
        ("ctags" ,universal-ctags)
        ("gtkmm" ,gtkmm)
        ("gtksourceviewmm" ,gtksourceviewmm)
-       ("libclang" ,clang-10)     ;XXX: must be the same version as Mesas LLVM
+       ("libclang" ,clang-11)     ;XXX: must be the same version as Mesas LLVM
        ("libgit2" ,libgit2)))
     (synopsis "Lightweight C++ IDE")
     (description



reply via email to

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