GNU bug report logs -
#70885
[PATCH] * gnu/packages/text-editors.scm (kakoune): Update to 2024.05.09
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sat, 11 May 2024 21:49:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 14 May 2024 15:00:36 +0100
with message-id <87eda4xzln.fsf <at> cbaines.net>
and subject line Re: [bug#70885] [PATCH] * gnu/packages/text-editors.scm (kakoune): Update to 2024.05.09
has caused the debbugs.gnu.org bug report #70885,
regarding [PATCH] * gnu/packages/text-editors.scm (kakoune): Update to 2024.05.09
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
70885: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70885
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
Signed-off-by: Ashish SHUKLA <ashish.is <at> lostca.se>
Change-Id: If6c1ea02304880d5ffa818e57f922f9d81c1bf5a
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index b62efabe6e..eab7bdd871 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -216,7 +216,7 @@ (define-public vis
(define-public kakoune
(package
(name "kakoune")
- (version "2023.08.05")
+ (version "2024.05.09")
(source
(origin
(method url-fetch)
@@ -224,7 +224,7 @@ (define-public kakoune
"releases/download/v" version "/"
"kakoune-" version ".tar.bz2"))
(sha256
- (base32 "0p6skjrfygg7hakl8v95pd17q9pjmid9p8nnw86m1lyx18g1ai9y"))))
+ (base32 "0ad22syhsd921rnfpmkvyh37am3ni443g1f3jc2hqndgsggvv411"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
base-commit: 4a49457995ea8b3a9c3dc8595174fd704316274e
--
2.41.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> Signed-off-by: Ashish SHUKLA <ashish.is <at> lostca.se>
> Change-Id: If6c1ea02304880d5ffa818e57f922f9d81c1bf5a
> ---
> gnu/packages/text-editors.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the patch, I added the missing first line to the commit
message, removed the Signed-off-by line (as signing off your own commits
doesn't make sense), and pushed this to master as
6e86089d563ccb67ae04cd941ca7b66c1777831f.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.