bump: :lang graphql

ifitzpatrick/graphql-doc.el@6ba7961fc9 -> ifitzpatrick/graphql-doc.el@d37140267e
timoweave/company-graphql@757dfa45ad -> thaenalpha/company-graphql@aed9f5109e

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 <thaenalpha@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2022-06-17 19:14:38 +02:00
parent 22a978b316
commit 92f3eb0476
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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..."))