[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ccls: Update to 0.20210330.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ccls: Update to 0.20210330. |
Date: |
Thu, 02 Dec 2021 09:27:26 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e8d5dd5 gnu: ccls: Update to 0.20210330.
e8d5dd5 is described below
commit e8d5dd5c9b4c1a3d07f0c02727134e3542aa58e8
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Nov 21 05:00:02 2021 -0500
gnu: ccls: Update to 0.20210330.
* gnu/packages/cpp.scm (ccls): Update to 0.20210330.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 e2f2279..5af0979 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -486,7 +486,7 @@ tools (containers, algorithms) used by other QuantStack
packages.")
(define-public ccls
(package
(name "ccls")
- (version "0.20201219")
+ (version "0.20210330")
(source
(origin
(method git-fetch)
@@ -494,7 +494,7 @@ tools (containers, algorithms) used by other QuantStack
packages.")
(url "https://github.com/MaskRay/ccls")
(commit version)))
(sha256
- (base32 "0nkg92rgb1x6scpiwdamfrd1ag87j7ajxyn5qi861r916m5mh9m8"))
+ (base32 "0zzdn7c7a244djqwcsd7rvgclcdacyf9d0vkxpfspl83k2554alf"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ccls: Update to 0.20210330.,
guix-commits <=