From 89306cb0c6466c0dfec9a6b070f9f9693d7907a9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 Jun 2022 19:37:41 +0200 Subject: [PATCH] fix(graphql): truncated pin Amend: 92f3eb04760c --- modules/lang/graphql/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/graphql/packages.el b/modules/lang/graphql/packages.el index c761c8930..d07466cce 100644 --- a/modules/lang/graphql/packages.el +++ b/modules/lang/graphql/packages.el @@ -6,4 +6,4 @@ (unless (featurep! +lsp) (package! company-graphql :recipe (:host github :repo "thaenalpha/company-graphql") - :pin "aed9f5109e87...")) + :pin "aed9f5109e877944a895d08fc08bad103f03096b"))