From 92f3eb04760c08549e5e2765d4d422a46bcc34ef Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 Jun 2022 19:14:38 +0200 Subject: [PATCH] bump: :lang graphql ifitzpatrick/graphql-doc.el@6ba7961fc9c5 -> ifitzpatrick/graphql-doc.el@d37140267e0c timoweave/company-graphql@757dfa45ad0c -> thaenalpha/company-graphql@aed9f5109e87 The source for company-graphql is temporarily changed because the package was no longer available on MELPA. Close: #6436 Ref: timoweave/company-graphql#1 Ref: timoweave/company-graphql#4 Co-authored-by: Nopanun Laochunhanun --- modules/lang/graphql/packages.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/lang/graphql/packages.el b/modules/lang/graphql/packages.el index ba8a84a4b..c761c8930 100644 --- a/modules/lang/graphql/packages.el +++ b/modules/lang/graphql/packages.el @@ -2,6 +2,8 @@ ;;; lang/graphql/packages.el (package! graphql-mode :pin "9740e4027bd9313697d5cac5caaa5b15626ab1da") -(package! graphql-doc :pin "6ba7961fc9c5c9818bd60abce6ba9dfef2dad452") -(when (not (featurep! +lsp)) - (package! company-graphql :pin "757dfa45ad0cef9b9c362c8993d6474a2426c01c")) +(package! graphql-doc :pin "d37140267e0c426c7c18aff31900aa1650257394") +(unless (featurep! +lsp) + (package! company-graphql + :recipe (:host github :repo "thaenalpha/company-graphql") + :pin "aed9f5109e87..."))