gnu: ccls: Update to 0.20190823.6.
* gnu/packages/cpp.scm (ccls): Update to 0.20190823.6.
This commit is contained in:
parent
4d9e4801d2
commit
abd90f636b
1 changed files with 3 additions and 3 deletions
|
@ -297,7 +297,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
|
||||||
(define-public ccls
|
(define-public ccls
|
||||||
(package
|
(package
|
||||||
(name "ccls")
|
(name "ccls")
|
||||||
(version "0.20190823.5")
|
(version "0.20190823.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -305,11 +305,11 @@ 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 "0b2pkpzn576b92zcxpwchpkyw2fww6s69818rx4g9z34kzm35zy5"))
|
(base32 "11h5nwk4qqshf3i8yr4bxpnvmidrhkzd0zxhf1xqv8cv6r08k47f"))
|
||||||
(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
|
||||||
'(#:tests? #f)) ; no check target.
|
'(#:tests? #f)) ; no check target
|
||||||
(inputs
|
(inputs
|
||||||
`(("rapidjson" ,rapidjson)))
|
`(("rapidjson" ,rapidjson)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue