gnu: emacs-lsp-metals: Update to 1.2.0-1.01060e9.
* gnu/packages/emacs-xyz.scm (emacs-lsp-metals): Update to 1.2.0-1.01060e9. Change-Id: I6d396290aa0935a5c1cba91c95313df28c1c6949
This commit is contained in:
parent
5010a51fc9
commit
aa9ac25220
1 changed files with 21 additions and 19 deletions
|
@ -31247,26 +31247,28 @@ files in Elisp.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-lsp-metals
|
(define-public emacs-lsp-metals
|
||||||
(package
|
(let ((commit "01060e9df33bb077ba6bb56ccfebc140aef8f8f3")
|
||||||
(name "emacs-lsp-metals")
|
(revision "1"))
|
||||||
(version "1.2.0")
|
(package
|
||||||
(source (origin
|
(name "emacs-lsp-metals")
|
||||||
(method git-fetch)
|
(version (git-version "1.2.0" revision commit))
|
||||||
(uri (git-reference
|
(source (origin
|
||||||
(url "https://github.com/emacs-lsp/lsp-metals")
|
(method git-fetch)
|
||||||
(commit version)))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/emacs-lsp/lsp-metals")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(file-name (git-file-name name version))
|
||||||
"0ca5xq1l3lscx36pcdnpy2axgyikjrl18naqr140kr1y500sy37s"))))
|
(sha256
|
||||||
(build-system emacs-build-system)
|
(base32
|
||||||
(propagated-inputs
|
"0whjz5vh9xf35nvr5an52d7qsf2ayr2pfwvr37qhz1rjg0rv2kzd"))))
|
||||||
(list emacs-dap-mode emacs-lsp-treemacs emacs-scala-mode))
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emacs-lsp/lsp-metals")
|
(propagated-inputs
|
||||||
(synopsis "Scala support for LSP mode")
|
(list emacs-dap-mode emacs-lsp-treemacs emacs-scala-mode))
|
||||||
(description "This package is an Emacs Scala IDE using LSP mode to connect
|
(home-page "https://github.com/emacs-lsp/lsp-metals")
|
||||||
|
(synopsis "Scala support for LSP mode")
|
||||||
|
(description "This package is an Emacs Scala IDE using LSP mode to connect
|
||||||
to Metals.")
|
to Metals.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-lsp-ui
|
(define-public emacs-lsp-ui
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue