From 0eddf00dd9953c680b739ce14ff1dc3bd9ad8e86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Fri, 10 Aug 2018 01:28:41 +0100 Subject: [PATCH] Require jsonrpc.el 1.0.2 (gnu elpa didn't build 1.0.1) * eglot.el (Package-Requires): Require jsonrpc 1.0.2 --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 9e714163a47..3b1b364ac96 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -7,7 +7,7 @@ ;; Maintainer: João Távora ;; URL: https://github.com/joaotavora/eglot ;; Keywords: convenience, languages -;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.1")) +;; Package-Requires: ((emacs "26.1") (jsonrpc "1.0.2")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -- 2.39.2