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.
This commit is contained in:
parent
c7e434c039
commit
b1d16cb6ac
1 changed files with 3 additions and 3 deletions
|
@ -15890,8 +15890,8 @@ Pandoc, the document-conversion tool.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public emacs-ccls
|
(define-public emacs-ccls
|
||||||
(let ((commit "b1acc336f27d8a3bbc750c2dc3be915a4ac1afea")
|
(let ((commit "aab3e31fd716daf59f9794e62d473357263e8cc0")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ccls")
|
(name "emacs-ccls")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "0.1" revision commit))
|
||||||
|
@ -15904,7 +15904,7 @@ Pandoc, the document-conversion tool.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qgfxc5d1hb32ks1fxpx7agpw7dvnkz99wydlflc9fqq75g8v142"))))
|
"1ykgw21ypyhwlyflppjcgqrj1xw4d9rld4z65qvwhk3f12cv113j"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ccls" ,ccls)
|
`(("ccls" ,ccls)
|
||||||
|
|
Reference in a new issue