gnu: ccls: Update to 0.20241108.

* gnu/packages/cpp.scm (ccls): Update to 0.20241108.

Change-Id: I67ba31ec4486371334968553acf66144524531ab
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Zheng Junjie 2024-12-02 17:30:47 +08:00
parent 4e8710b280
commit 0fdfe9d5dd
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1034,7 +1034,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(define-public ccls
(package
(name "ccls")
(version "0.20220729")
(version "0.20241108")
(source
(origin
(method git-fetch)
@ -1042,7 +1042,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(url "https://github.com/MaskRay/ccls")
(commit version)))
(sha256
(base32 "0cp534n7afl0rrr778cc0bnd8w091qmyqdpp5k1jh4wxla9s09br"))
(base32 "0474ldkkw1m46lkasdk8mn6z3q51vs4g1fbwml0sd70wgdb7h5nj"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments