emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58947: closed ([PATCH] ccls: Update to 0.20210330.)


From: GNU bug Tracking System
Subject: bug#58947: closed ([PATCH] ccls: Update to 0.20210330.)
Date: Thu, 03 Nov 2022 17:54:02 +0000

Your message dated Thu, 03 Nov 2022 18:52:57 +0100
with message-id <878rkrlyao.fsf@cbaines.net>
and subject line Re: [bug#58947] [PATCH] ccls: Update to 0.20210330.
has caused the debbugs.gnu.org bug report #58947,
regarding [PATCH] ccls: Update to 0.20210330.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58947: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58947
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] ccls: Update to 0.20210330. Date: Tue, 01 Nov 2022 23:26:34 +0800 User-agent: mu4e 1.8.9; emacs 29.0.50
>From c99c2afcc141700cbe1e73dd7309dc5153dc5ec9 Mon Sep 17 00:00:00 2001
Message-Id: 
<c99c2afcc141700cbe1e73dd7309dc5153dc5ec9.1667316450.git.873216071@qq.com>
From: Z572 <873216071@qq.com>
Date: Tue, 1 Nov 2022 23:22:27 +0800
Subject: [PATCH] gnu: ccls: Update to 0.20210330.

* gnu/packages/cpp.scm (ccls): Update to 0.20210330.
---
 gnu/packages/cpp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0994ca88bf..1d7cf80746 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2022 Attila Lendvai <attila@lendvai.name>
 ;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2022 David Elsing <david.elsing@posteo.net>
+;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -658,7 +659,7 @@ (define-public xtl
 (define-public ccls
   (package
     (name "ccls")
-    (version "0.20210330")
+    (version "0.20220729")
     (source
      (origin
        (method git-fetch)
@@ -666,7 +667,7 @@ (define-public ccls
              (url "https://github.com/MaskRay/ccls";)
              (commit version)))
        (sha256
-        (base32 "0zzdn7c7a244djqwcsd7rvgclcdacyf9d0vkxpfspl83k2554alf"))
+        (base32 "0cp534n7afl0rrr778cc0bnd8w091qmyqdpp5k1jh4wxla9s09br"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
-- 
2.38.0

-- 
over

--- End Message ---
--- Begin Message --- Subject: Re: [bug#58947] [PATCH] ccls: Update to 0.20210330. Date: Thu, 03 Nov 2022 18:52:57 +0100 User-agent: mu4e 1.8.9; emacs 28.1
Z572 via Guix-patches via <guix-patches@gnu.org> writes:

> Subject: [PATCH] gnu: ccls: Update to 0.20210330.
>
> * gnu/packages/cpp.scm (ccls): Update to 0.20210330.
> ---
>  gnu/packages/cpp.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Looks good to me, pushed to master as
fb28e900d408930631dbcdbeebeeef25246c35f6.

Thanks,

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]