guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: ccls: Update to 0.20190823.6.


From: guix-commits
Subject: 10/10: gnu: ccls: Update to 0.20190823.6.
Date: Tue, 19 May 2020 23:57:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit abd90f636b884e1980ddb95dfac298fb9d6b6b70
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 20 05:56:16 2020 +0200

    gnu: ccls: Update to 0.20190823.6.
    
    * gnu/packages/cpp.scm (ccls): Update to 0.20190823.6.
---
 gnu/packages/cpp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 7227b8d..b32f420 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -297,7 +297,7 @@ tools (containers, algorithms) used by other QuantStack 
packages.")
 (define-public ccls
   (package
     (name "ccls")
-    (version "0.20190823.5")
+    (version "0.20190823.6")
     (source
      (origin
        (method git-fetch)
@@ -305,11 +305,11 @@ tools (containers, algorithms) used by other QuantStack 
packages.")
              (url "https://github.com/MaskRay/ccls";)
              (commit version)))
        (sha256
-        (base32 "0b2pkpzn576b92zcxpwchpkyw2fww6s69818rx4g9z34kzm35zy5"))
+        (base32 "11h5nwk4qqshf3i8yr4bxpnvmidrhkzd0zxhf1xqv8cv6r08k47f"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
-     '(#:tests? #f)) ; no check target.
+     '(#:tests? #f))                    ; no check target
     (inputs
      `(("rapidjson" ,rapidjson)))
     (native-inputs



reply via email to

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