summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorZ572 <[email protected]>2022-11-01 23:22:27 +0800
committerChristopher Baines <[email protected]>2022-11-03 18:17:52 +0100
commitfb28e900d408930631dbcdbeebeeef25246c35f6 (patch)
tree2bb75657234a78e7403792fb15df78318cb7c279 /gnu/packages/cpp.scm
parent318581c5fc8f7716ad65d670eb7654a03a0e785d (diff)
gnu: ccls: Update to 0.20210330.
* gnu/packages/cpp.scm (ccls): Update to 0.20210330. Signed-off-by: Christopher Baines <[email protected]>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0994ca88bf..1d7cf80746 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -30,6 +30,7 @@
;;; Copyright © 2022 Attila Lendvai <[email protected]>
;;; Copyright © 2022 Arun Isaac <[email protected]>
;;; Copyright © 2022 David Elsing <[email protected]>
+;;; Copyright © 2022 Zheng Junjie <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -658,7 +659,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(define-public ccls
(package
(name "ccls")
- (version "0.20210330")
+ (version "0.20220729")
(source
(origin
(method git-fetch)
@@ -666,7 +667,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(url "https://github.com/MaskRay/ccls")
(commit version)))
(sha256
- (base32 "0zzdn7c7a244djqwcsd7rvgclcdacyf9d0vkxpfspl83k2554alf"))
+ (base32 "0cp534n7afl0rrr778cc0bnd8w091qmyqdpp5k1jh4wxla9s09br"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments