GNU bug report logs - #70885
[PATCH] * gnu/packages/text-editors.scm (kakoune): Update to 2024.05.09

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ashish.is <at> lostca.se
Subject: bug#70885: closed (Re: [bug#70885] [PATCH] * gnu/packages/text-editors.scm
 (kakoune): Update to 2024.05.09)
Date: Tue, 14 May 2024 14:02:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#70885: [PATCH] * gnu/packages/text-editors.scm (kakoune): Update to 2024.05.09

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 70885 <at> debbugs.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: Christopher Baines <mail <at> cbaines.net>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: ashish.is <at> lostca.se, 70885-done <at> debbugs.gnu.org
Subject: Re: [bug#70885] [PATCH] * gnu/packages/text-editors.scm (kakoune):
 Update to 2024.05.09
Date: Tue, 14 May 2024 15:00:36 +0100
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] * gnu/packages/text-editors.scm (kakoune): Update to
 2024.05.09
Date: Sat, 11 May 2024 21:46:58 +0000
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




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.