GNU bug report logs -
#78265
[PATCH] gnu: kak-lsp: Update to 18.1.3
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#78265: [PATCH] gnu: kak-lsp: Update to 18.1.3
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 78265 <at> debbugs.gnu.org.
--
78265: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78265
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Marc Coquand <marc <at> coquand.email> writes:
> Signed-off-by: Marc Coquand <marc <at> coquand.email>
> ---
> gnu/packages/text-editors.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Thanks for the patch, I've pushed this to master as
32d8a88869811883f8d0abf05d3904ca4ee0619c.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.