guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ccls: Update to 0.1-5.675a570.


From: guix-commits
Subject: branch master updated: gnu: emacs-ccls: Update to 0.1-5.675a570.
Date: Mon, 15 Feb 2021 07:12:22 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f2f2bea  gnu: emacs-ccls: Update to 0.1-5.675a570.
f2f2bea is described below

commit f2f2bea795d305d971ec7fc35f4a799a83e1e049
Author: Alexandr Vityazev <avityazew@gmail.com>
AuthorDate: Mon Feb 15 13:10:48 2021 +0100

    gnu: emacs-ccls: Update to 0.1-5.675a570.
    
    * gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-5.675a570.
    [propagated-inputs]: Remove emacs-projectile.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 32df03b..3116125 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -90,6 +90,7 @@
 ;;; Copyright © 2020 Jonathan Rostran <rostranjj@gmail.com>
 ;;; Copyright © 2020, 2021 Noah Evans <noah@nevans.me>
 ;;; Copyright © 2020 Brit Butler <brit@kingcons.io>
+;;; Copyright © 2021 Alexandr Vityazev avityazew@gmail.com
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -19472,8 +19473,8 @@ Pandoc, the document-conversion tool.")
       (license license:expat))))
 
 (define-public emacs-ccls
-  (let ((commit "aab3e31fd716daf59f9794e62d473357263e8cc0")
-        (revision "4"))
+  (let ((commit "675a5704c14a27931e835a431beea3631d92e8e6")
+        (revision "5"))
     (package
       (name "emacs-ccls")
       (version (git-version "0.1" revision commit))
@@ -19486,12 +19487,11 @@ Pandoc, the document-conversion tool.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1ykgw21ypyhwlyflppjcgqrj1xw4d9rld4z65qvwhk3f12cv113j"))))
+           "0l4bhyr9d8ljz1f0cfg1s2cjcmh6fiwbk5mdlvc7rrwz5hxc21is"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("ccls" ,ccls)
          ("emacs-dash" ,emacs-dash)
-         ("emacs-projectile" ,emacs-projectile)
          ("emacs-lsp-mode" ,emacs-lsp-mode)))
       (home-page "https://github.com/MaskRay/emacs-ccls";)
       (synopsis "Emacs support for the @code{ccls} language server")



reply via email to

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