[PATCH] gnu: ccls: Update to 0.20190823.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ludovic Courtès
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 5 years ago
(address . guix-patches@gnu.org)
87wobrgz7m.fsf@posteo.net
From c49a2233bd7281454ad0bcb590e0ece73a4e8c8b Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Fri, 22 Nov 2019 19:24:44 -0600
Subject: [PATCH] gnu: ccls: Update to 0.20190823.5.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 779b6e088d..6f86689854 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -289,7 +289,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(define-public ccls
(package
(name "ccls")
- (version "0.20190823.3")
+ (version "0.20190823.5")
(source
(origin
(method git-fetch)
@@ -297,7 +297,7 @@ tools (containers, algorithms) used by other QuantStack packages.")
(url "https://github.com/MaskRay/ccls")
(commit version)))
(sha256
- (base32 "1sx31zp6q2qc6fz3r78rx34zp2x4blrqzxwbpww71vb6lp1clmdm"))
+ (base32 "0b2pkpzn576b92zcxpwchpkyw2fww6s69818rx4g9z34kzm35zy5"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
--
2.24.0
Ludovic Courtès wrote 5 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 38337-done@debbugs.gnu.org)
87mucbksfn.fsf@gnu.org
Hi,

Brett Gilio <brettg@posteo.net> skribis:

Toggle quote (7 lines)
>>From c49a2233bd7281454ad0bcb590e0ece73a4e8c8b Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Fri, 22 Nov 2019 19:24:44 -0600
> Subject: [PATCH] gnu: ccls: Update to 0.20190823.5.
>
> * gnu/packages/cpp.scm (ccls): Update to 0.20190823.5.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38337@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38337
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help