mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue