all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74646] [PATCH] gnu: ccls: Update to 0.20241108.
@ 2024-12-02  9:30 Zheng Junjie
  0 siblings, 0 replies; only message in thread
From: Zheng Junjie @ 2024-12-02  9:30 UTC (permalink / raw)
  To: 74646

* gnu/packages/cpp.scm (ccls): Update to 0.20241108.

Change-Id: I67ba31ec4486371334968553acf66144524531ab
---
 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 eacc6e46ab3..e064ebabcfc 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -987,7 +987,7 @@ (define-public xtl
 (define-public ccls
   (package
     (name "ccls")
-    (version "0.20220729")
+    (version "0.20241108")
     (source
      (origin
        (method git-fetch)
@@ -995,7 +995,7 @@ (define-public ccls
              (url "https://github.com/MaskRay/ccls")
              (commit version)))
        (sha256
-        (base32 "0cp534n7afl0rrr778cc0bnd8w091qmyqdpp5k1jh4wxla9s09br"))
+        (base32 "0474ldkkw1m46lkasdk8mn6z3q51vs4g1fbwml0sd70wgdb7h5nj"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments

base-commit: ca3a79ccee5f9a857e00128f11d04e3c1aef901a
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-02  9:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02  9:30 [bug#74646] [PATCH] gnu: ccls: Update to 0.20241108 Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.