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>master
parent
ad54d6c99f
commit
5005b6a1c9
|
@ -290,7 +290,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
|
||||||
(define-public ccls
|
(define-public ccls
|
||||||
(package
|
(package
|
||||||
(name "ccls")
|
(name "ccls")
|
||||||
(version "0.20190823.3")
|
(version "0.20190823.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -298,7 +298,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
|
||||||
(url "https://github.com/MaskRay/ccls")
|
(url "https://github.com/MaskRay/ccls")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sx31zp6q2qc6fz3r78rx34zp2x4blrqzxwbpww71vb6lp1clmdm"))
|
(base32 "0b2pkpzn576b92zcxpwchpkyw2fww6s69818rx4g9z34kzm35zy5"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue