gnu: ccls: Update to 0.20190823.6.

* gnu/packages/cpp.scm (ccls): Update to 0.20190823.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 05:56:16 +02:00
parent 4d9e4801d2
commit abd90f636b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -297,7 +297,7 @@ (define-public xtl
(define-public ccls
(package
(name "ccls")
(version "0.20190823.5")
(version "0.20190823.6")
(source
(origin
(method git-fetch)
@ -305,11 +305,11 @@ (define-public ccls
(url "https://github.com/MaskRay/ccls")
(commit version)))
(sha256
(base32 "0b2pkpzn576b92zcxpwchpkyw2fww6s69818rx4g9z34kzm35zy5"))
(base32 "11h5nwk4qqshf3i8yr4bxpnvmidrhkzd0zxhf1xqv8cv6r08k47f"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no check target.
'(#:tests? #f)) ; no check target
(inputs
`(("rapidjson" ,rapidjson)))
(native-inputs