diff options
author | Brett Gilio <brettg@posteo.net> | 2019-11-22 19:24:44 -0600 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-12-02 10:19:30 +0100 |
commit | 5005b6a1c98f840aaab78a04f883872bafad8d8e (patch) | |
tree | 30a852f442cac45277db4cd4b50bdf1807b4a030 /gnu | |
parent | ad54d6c99f2d081e39061a87f95f997e27edfcf3 (diff) | |
download | guix-5005b6a1c98f840aaab78a04f883872bafad8d8e.tar.gz guix-5005b6a1c98f840aaab78a04f883872bafad8d8e.zip |
gnu: ccls: Update to 0.20190823.5.
* gnu/packages/cpp.scm (ccls): Update to 0.20190823.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index edcbf707bf..b35b1b8e26 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 |