guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: ccls: Update to 0.20190823.5.


From: guix-commits
Subject: 01/05: gnu: ccls: Update to 0.20190823.5.
Date: Mon, 2 Dec 2019 04:03:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5005b6a1c98f840aaab78a04f883872bafad8d8e
Author: Brett Gilio <address@hidden>
Date:   Fri Nov 22 19:24:44 2019 -0600

    gnu: ccls: Update to 0.20190823.5.
    
    * gnu/packages/cpp.scm (ccls): Update to 0.20190823.5.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index edcbf70..b35b1b8 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -290,7 +290,7 @@ tools (containers, algorithms) used by other QuantStack 
packages.")
 (define-public ccls
   (package
     (name "ccls")
-    (version "0.20190823.3")
+    (version "0.20190823.5")
     (source
      (origin
        (method git-fetch)
@@ -298,7 +298,7 @@ tools (containers, algorithms) used by other QuantStack 
packages.")
              (url "https://github.com/MaskRay/ccls";)
              (commit version)))
        (sha256
-        (base32 "1sx31zp6q2qc6fz3r78rx34zp2x4blrqzxwbpww71vb6lp1clmdm"))
+        (base32 "0b2pkpzn576b92zcxpwchpkyw2fww6s69818rx4g9z34kzm35zy5"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments



reply via email to

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