Bump :lang cc

MaskRay/emacs-ccls@e5cc4c3 -> MaskRay/emacs-ccls@17ec7bb
Sarcasm/irony-mode@8387098 -> Sarcasm/irony-mode@5f75fc0
Andersbakken/rtags@31f7842 -> Andersbakken/rtags@d370c09

Remove :pin from {ivy,helm}-rtags since they come from the same repo as
rtags.
This commit is contained in:
Henrik Lissner 2020-03-27 16:23:27 -04:00
parent 7c5903c339
commit e8aecdd514
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -17,16 +17,16 @@
:pin "404cd0694a")))
(if (featurep! +lsp)
(package! ccls :pin "e5cc4c3e6f")
(when (package! irony :pin "8387098286")
(package! ccls :pin "17ec7bb4cf")
(when (package! irony :pin "5f75fc0c92")
(package! irony-eldoc :pin "0df5831eaa")
(when (featurep! :checkers syntax)
(package! flycheck-irony :pin "42dbecd4a8"))
(when (featurep! :completion company)
(package! company-irony :pin "b44711dfce")
(package! company-irony-c-headers :pin "72c386aeb0")))
(when (package! rtags :pin "31f7842015")
(when (package! rtags :pin "d370c09007")
(when (featurep! :completion ivy)
(package! ivy-rtags :pin "31f7842015"))
(package! ivy-rtags))
(when (featurep! :completion helm)
(package! helm-rtags :pin "31f7842015"))))
(package! helm-rtags))))