diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2025-11-08 14:33:14 -0500 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-11-10 20:11:17 +0800 |
| commit | a53553c6827a80a4abe9e70c10468ab538dffac0 (patch) | |
| tree | 816b8f09945b5f9e3577e276941bc66baa0d0a9c /gnu/packages/cpp.scm | |
| parent | 33fcda46b165dd91fb54ad8a3f1da4c6fedac7f2 (diff) | |
gnu: ccls: Update to 0.20250815.
* gnu/packages/cpp.scm (ccls): Update to 0.20250815.
Change-Id: I3ab64e8d0562acbcdf8960439617cafbdf211b1e
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index acbf466cadb..72979731b3c 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1491,7 +1491,7 @@ tools (containers, algorithms) used by other QuantStack packages.") (define-public ccls (package (name "ccls") - (version "0.20241108") + (version "0.20250815") (source (origin (method git-fetch) @@ -1499,7 +1499,7 @@ tools (containers, algorithms) used by other QuantStack packages.") (url "https://github.com/MaskRay/ccls") (commit version))) (sha256 - (base32 "0474ldkkw1m46lkasdk8mn6z3q51vs4g1fbwml0sd70wgdb7h5nj")) + (base32 "1qpshqj08rc2ws5capyv8kl9rndh3sp2bbzambnx2l9b98pnkvj7")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |
