GNU bug report logs - #78265
[PATCH] gnu: kak-lsp: Update to 18.1.3

Previous Next

Package: guix-patches;

Reported by: Marc Coquand <marc <at> coquand.email>

Date: Mon, 5 May 2025 17:45:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Full log


View this message in rfc822 format

From: Marc Coquand <marc <at> coquand.email>
To: 78265 <at> debbugs.gnu.org
Cc: Marc Coquand <marc <at> coquand.email>
Subject: [bug#78265] [PATCH] gnu: kak-lsp: Update to 18.1.3
Date: Mon,  5 May 2025 16:48:59 +0100
Signed-off-by: Marc Coquand <marc <at> coquand.email>
---
 gnu/packages/text-editors.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 1df4daafc1..5bb7a42508 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
 ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2025 Marc Coquand <marc <at> coquand.email>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -436,7 +437,7 @@ (define-public kakoune
 (define-public kak-lsp
   (package
     (name "kak-lsp")
-    (version "18.1.1")
+    (version "18.1.3")
     (source
      (origin
        (method git-fetch)
@@ -444,7 +445,7 @@ (define-public kak-lsp
              (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

base-commit: 63088c295d81cc3d0e808c478d4fe479a2c90102
-- 
2.49.0





This bug report was last modified 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.