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
This commit is contained in:
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

View file

@ -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