guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: emacs-lsp-java: Update to 3.1-1.4909c14


From: guix-commits
Subject: 04/05: gnu: emacs-lsp-java: Update to 3.1-1.4909c14
Date: Sun, 8 Dec 2024 08:29:37 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit d2509dbc64fa240183e0fc2baf172caa334b484c
Author: Rostislav Svoboda <rostislav.svoboda@gmail.com>
AuthorDate: Thu Nov 28 00:42:12 2024 +0100

    gnu: emacs-lsp-java: Update to 3.1-1.4909c14
    
    * gnu/packages/emacs-xyz.scm (emacs-lsp-java): Update to 3.1-1.4909c14.
    
    Change-Id: I16eb365d0fd7b14cd2bdf837c009c931e01ca607
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/emacs-xyz.scm | 53 +++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0eb33246fe..9ff4329aba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32750,32 +32750,33 @@ files in Elisp.")
       (license license:gpl3+))))
 
 (define-public emacs-lsp-java
-  (package
-    (name "emacs-lsp-java")
-    (version "3.1")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/emacs-lsp/lsp-java";)
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1h0hqgjpk5mbylma1fkva0vx45achf0k7ab2c5y8a2449niww90h"))))
-    (build-system emacs-build-system)
-    (propagated-inputs
-     (list emacs-dap-mode
-           emacs-lsp-mode
-           emacs-markdown-mode
-           emacs-dash
-           emacs-f
-           emacs-ht
-           emacs-request
-           emacs-treemacs))
-    (home-page "https://github.com/emacs-lsp/lsp-java/";)
-    (synopsis "Java support for lsp-mode")
-    (description "Emacs Java IDE using Eclipse JDT Language Server.")
-    (license license:gpl3+)))
+  (let ((commit "4909c14b9012eed669a9c3f11a8df055d5bb8a0e")
+        (revision "1"))
+    (package
+      (name "emacs-lsp-java")
+      (version (git-version "3.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emacs-lsp/lsp-java";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0qw824vdqk92r8hrrjsi7pd00rw60wf5jfjk1x3nhs06hijs0x0s"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-dap-mode
+                               emacs-lsp-mode
+                               emacs-markdown-mode
+                               emacs-dash
+                               emacs-f
+                               emacs-ht
+                               emacs-request
+                               emacs-treemacs))
+      (home-page "https://github.com/emacs-lsp/lsp-java/";)
+      (synopsis "Java support for lsp-mode")
+      (description "Emacs Java IDE using Eclipse JDT Language Server.")
+      (license license:gpl3+))))
 
 (define-public emacs-lsp-metals
   (let ((commit "01060e9df33bb077ba6bb56ccfebc140aef8f8f3")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]