me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-05-02 21:06:37 +02:00
parent 5010a51fc9
commit aa9ac25220
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 19 deletions

View File

@ -31247,18 +31247,20 @@ files in Elisp.")
(license license:gpl3+)))
(define-public emacs-lsp-metals
(let ((commit "01060e9df33bb077ba6bb56ccfebc140aef8f8f3")
(revision "1"))
(package
(name "emacs-lsp-metals")
(version "1.2.0")
(version (git-version "1.2.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacs-lsp/lsp-metals")
(commit version)))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0ca5xq1l3lscx36pcdnpy2axgyikjrl18naqr140kr1y500sy37s"))))
"0whjz5vh9xf35nvr5an52d7qsf2ayr2pfwvr37qhz1rjg0rv2kzd"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dap-mode emacs-lsp-treemacs emacs-scala-mode))
@ -31266,7 +31268,7 @@ files in Elisp.")
(synopsis "Scala support for LSP mode")
(description "This package is an Emacs Scala IDE using LSP mode to connect
to Metals.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public emacs-lsp-ui
(package