diff options
author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-05-17 19:28:31 -0300 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-05-18 19:59:02 +0800 |
commit | 5f3e0e5368e85bc63a89e13d46453ce0dac8c078 (patch) | |
tree | f27035f1f313c0e46339c554e9454a30cd0f36ac /nongnu/packages/clojure.scm | |
parent | 8cdbff51ed1b6464294c67346f21178145fd1a79 (diff) |
nongnu: clojure-lsp: update to 2025.04.23-18.16.46
* nongnu/packages/clojure.scm (clojure-lsp): update to 2025.04.23-18.16.46
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu/packages/clojure.scm')
-rw-r--r-- | nongnu/packages/clojure.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/clojure.scm b/nongnu/packages/clojure.scm index 4c10f36..2bf5980 100644 --- a/nongnu/packages/clojure.scm +++ b/nongnu/packages/clojure.scm @@ -119,7 +119,7 @@ and EDN, without the need of a running REPL.") (define-public clojure-lsp (package (name "clojure-lsp") - (version "2024.03.13-13.11.00") + (version "2025.04.23-18.16.46") (source (origin (method url-fetch/zipbomb) (uri (string-append "https://github.com/clojure-lsp/clojure-lsp" @@ -127,7 +127,7 @@ and EDN, without the need of a running REPL.") "/clojure-lsp-native-static-linux-amd64.zip")) (sha256 (base32 - "1l6w55aragyf8rzy087iqw97xnpih5syjwhf0jwbgrqps2k44ms5")))) + "0d5cmdjx576109vnsrmzavjl9iqp72wzbvck42bd54lzyw2skmgj")))) (build-system binary-build-system) (arguments `(#:install-plan |