summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2021-11-21 05:00:02 -0500
committerMathieu Othacehe <othacehe@gnu.org>2021-12-02 15:26:05 +0100
commite8d5dd5c9b4c1a3d07f0c02727134e3542aa58e8 (patch)
tree465318b88f41fa74d7b330491fa1c18b3a240298 /gnu/packages/cpp.scm
parenta4cc1ae44657b90b75509f4150e504abc1e5fb65 (diff)
downloadguix-patches-e8d5dd5c9b4c1a3d07f0c02727134e3542aa58e8.tar
guix-patches-e8d5dd5c9b4c1a3d07f0c02727134e3542aa58e8.tar.gz
gnu: ccls: Update to 0.20210330.
* gnu/packages/cpp.scm (ccls): Update to 0.20210330. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index e2f2279418..5af0979e22 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -486,7 +486,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(define-public ccls
(package
(name "ccls")
- (version "0.20201219")
+ (version "0.20210330")
(source
(origin
(method git-fetch)
@@ -494,7 +494,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(url "https://github.com/MaskRay/ccls")
(commit version)))
(sha256
- (base32 "0nkg92rgb1x6scpiwdamfrd1ag87j7ajxyn5qi861r916m5mh9m8"))
+ (base32 "0zzdn7c7a244djqwcsd7rvgclcdacyf9d0vkxpfspl83k2554alf"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments