summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Coquand <marc@coquand.email>2025-05-05 16:48:59 +0100
committerChristopher Baines <mail@cbaines.net>2025-05-26 09:17:52 +0100
commit32d8a88869811883f8d0abf05d3904ca4ee0619c (patch)
treeebab69ac2e328464a8729cdfb3d0bf504ae1fd73 /gnu
parent97d2a336d8ee9eeb4655ec1a6a238e1635e465bc (diff)
gnu: kak-lsp: Update to 18.1.3.
* gnu/packages/text-editors.scm (kak-lsp): Update to 18.1.3. Change-Id: I773c87e27f1a849b6f23db5e014e3d96e3e3a3ce Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/text-editors.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 628813e364d..61f0a78d204 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -38,6 +38,7 @@
;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2025 Marc Coquand <marc@coquand.email>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -457,7 +458,7 @@ competitive (as in keystroke count) with Vim.")
(define-public kak-lsp
(package
(name "kak-lsp")
- (version "18.1.1")
+ (version "18.1.3")
(source
(origin
(method git-fetch)
@@ -465,7 +466,7 @@ competitive (as in keystroke count) with Vim.")
(url "https://github.com/kak-lsp/kak-lsp")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 "1dinxd3h0dllws1v28l1igvns94j91kifv1bxjds6859q22yhhpd")))
+ (sha256 "1wffw0whcjybjn7h1v83rjmga0qbzn0663ickfpx2l51wycz8c6s")))
(build-system cargo-build-system)
(arguments
`(#:install-source? #f