[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-lsp-metals: Update to 1.2.0-1.01060e9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-lsp-metals: Update to 1.2.0-1.01060e9. |
Date: |
Thu, 02 May 2024 15:08:33 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new aa9ac25220 gnu: emacs-lsp-metals: Update to 1.2.0-1.01060e9.
aa9ac25220 is described below
commit aa9ac252206615713ab988d7068da9e14a9bccc0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 2 21:06:37 2024 +0200
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
---
gnu/packages/emacs-xyz.scm | 40 +++++++++++++++++++++-------------------
1 file changed, 21 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 411d7c0a1d..310c4e1587 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31247,26 +31247,28 @@ files in Elisp.")
(license license:gpl3+)))
(define-public emacs-lsp-metals
- (package
- (name "emacs-lsp-metals")
- (version "1.2.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/emacs-lsp/lsp-metals")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0ca5xq1l3lscx36pcdnpy2axgyikjrl18naqr140kr1y500sy37s"))))
- (build-system emacs-build-system)
- (propagated-inputs
- (list emacs-dap-mode emacs-lsp-treemacs emacs-scala-mode))
- (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
+ (let ((commit "01060e9df33bb077ba6bb56ccfebc140aef8f8f3")
+ (revision "1"))
+ (package
+ (name "emacs-lsp-metals")
+ (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 commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0whjz5vh9xf35nvr5an52d7qsf2ayr2pfwvr37qhz1rjg0rv2kzd"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-dap-mode emacs-lsp-treemacs emacs-scala-mode))
+ (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.")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-lsp-ui
(package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-lsp-metals: Update to 1.2.0-1.01060e9.,
guix-commits <=