This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1ec894048e gnu: ccls: Update to 20250815.1.
1ec894048e is described below

commit 1ec894048ef1c7f9f4926d57d1a6544a551aced6
Author: Patrick Norton <[email protected]>
AuthorDate: Fri Dec 5 19:21:28 2025 -0500

    gnu: ccls: Update to 20250815.1.
    
    * gnu/packages/cpp.scm (ccls): Update to 20250815.1.
    
    Change-Id: I25eaec1b1fab4b648c9eb07f80ea2a0617c2c201
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/cpp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 6c6cfe25fa..535bd324cc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1496,7 +1496,7 @@ tools (containers, algorithms) used by other QuantStack 
packages.")
 (define-public ccls
   (package
     (name "ccls")
-    (version "0.20250815")
+    (version "0.20250815.1")
     (source
      (origin
        (method git-fetch)
@@ -1504,7 +1504,7 @@ tools (containers, algorithms) used by other QuantStack 
packages.")
              (url "https://github.com/MaskRay/ccls";)
              (commit version)))
        (sha256
-        (base32 "1qpshqj08rc2ws5capyv8kl9rndh3sp2bbzambnx2l9b98pnkvj7"))
+        (base32 "1jl4jv1z8vxjfmkv2mvii68aqqx2nrcbd6bhzjs5dd65r23bqs6x"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments

Reply via email to