guix-commits
[Top][All Lists]
Advanced

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

246/285: gnu: emacs-ccls: Update to 0.1-4.


From: guix-commits
Subject: 246/285: gnu: emacs-ccls: Update to 0.1-4.
Date: Sun, 29 Dec 2019 20:44:40 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit d8b92740913524078669df51321ec80747eb9d54
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 27 20:36:15 2019 -0600

    gnu: emacs-ccls: Update to 0.1-4.
    
    * gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-4. Adds support for
      interacting with library folders.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7e27a86..fca0079 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15890,8 +15890,8 @@ Pandoc, the document-conversion tool.")
     (license license:bsd-3)))
 
 (define-public emacs-ccls
-  (let ((commit "b1acc336f27d8a3bbc750c2dc3be915a4ac1afea")
-        (revision "3"))
+  (let ((commit "aab3e31fd716daf59f9794e62d473357263e8cc0")
+        (revision "4"))
     (package
       (name "emacs-ccls")
       (version (git-version "0.1" revision commit))
@@ -15904,7 +15904,7 @@ Pandoc, the document-conversion tool.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1qgfxc5d1hb32ks1fxpx7agpw7dvnkz99wydlflc9fqq75g8v142"))))
+           "1ykgw21ypyhwlyflppjcgqrj1xw4d9rld4z65qvwhk3f12cv113j"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("ccls" ,ccls)



reply via email to

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