mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: emacs-lsp-java: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-lsp-java): Update to 3.1.
This commit is contained in:
parent
c651aa533c
commit
406d3a8efe
1 changed files with 10 additions and 9 deletions
|
@ -21818,7 +21818,7 @@ (define-public emacs-libyaml
|
||||||
(define-public emacs-lsp-java
|
(define-public emacs-lsp-java
|
||||||
(package
|
(package
|
||||||
(name "emacs-lsp-java")
|
(name "emacs-lsp-java")
|
||||||
(version "2.2")
|
(version "3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -21827,16 +21827,17 @@ (define-public emacs-lsp-java
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hcnvbyaqyypgby1bfj4zbrbq97amk8hfx0sj4w73rl46yf4jk3j"))))
|
"1h0hqgjpk5mbylma1fkva0vx45achf0k7ab2c5y8a2449niww90h"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-lsp-mode" ,emacs-lsp-mode)
|
`(("emacs-dap-mode" ,emacs-dap-mode)
|
||||||
("emacs-markdown-mode" ,emacs-markdown-mode)
|
("emacs-lsp-mode" ,emacs-lsp-mode)
|
||||||
("emacs-dash" ,emacs-dash)
|
("emacs-markdown-mode" ,emacs-markdown-mode)
|
||||||
("emacs-f" ,emacs-f)
|
("emacs-dash" ,emacs-dash)
|
||||||
("emacs-ht" ,emacs-ht)
|
("emacs-f" ,emacs-f)
|
||||||
("emacs-request" ,emacs-request)
|
("emacs-ht" ,emacs-ht)
|
||||||
("emacs-treemacs" ,emacs-treemacs)))
|
("emacs-request" ,emacs-request)
|
||||||
|
("emacs-treemacs" ,emacs-treemacs)))
|
||||||
(home-page "https://github.com/emacs-lsp/lsp-java/")
|
(home-page "https://github.com/emacs-lsp/lsp-java/")
|
||||||
(synopsis "Java support for lsp-mode")
|
(synopsis "Java support for lsp-mode")
|
||||||
(description "Emacs Java IDE using Eclipse JDT Language Server.")
|
(description "Emacs Java IDE using Eclipse JDT Language Server.")
|
||||||
|
|
Loading…
Reference in a new issue