~ruther/guix-local

62d18eb154b2dec9ecb511c6902942ef7ee299e6 — Dimakakos Dimos 6 years ago dc6b090
gnu: emacs-lsp-mode: Update to 6.3.1.

* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 6.3.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 18812,7 18812,7 @@ the standard @code{Dockerfile} file format.")
(define-public emacs-lsp-mode
  (package
    (name "emacs-lsp-mode")
    (version "6.2.1")
    (version "6.3.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 18821,7 18821,7 @@ the standard @code{Dockerfile} file format.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf"))))
                "125rpmhlyd6wmq7p71j54x3rzmk07vn1hdcvvdjjip5481raxcwx"))))
    (build-system emacs-build-system)
    (propagated-inputs
     `(("emacs-dash" ,emacs-dash)