Update Kakoune to 2024.05.18.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ashvith Shetty
  • Nicolas Graves
Owner
unassigned
Submitted by
Ashvith Shetty
Severity
normal
A
A
A
Ashvith Shetty wrote on 25 May 14:25 +0200
[PATCH 1/1] gnu: kakoune: Update to 2024.05.18.
(address . 71187@debbugs.gnu.org)(name . Ashvith Shetty)(address . ashvithshetty10@gmail.com)
38ee40f8bc58f1c3bed46c27dad0e9bc751aeb79.1716625930.git.ashvithshetty10@gmail.com
Change-Id: Iffd7e9f6d5f33451c0fcadb1043ba90ee4a162e9
---
gnu/packages/text-editors.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index c1956d3602..dd6a155cfa 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2023 David Pflug <david@pflug.io>
;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
+;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -216,7 +217,7 @@ (define-public vis
(define-public kakoune
(package
(name "kakoune")
- (version "2024.05.09")
+ (version "2024.05.18")
(source
(origin
(method url-fetch)
@@ -224,7 +225,7 @@ (define-public kakoune
"releases/download/v" version "/"
"kakoune-" version ".tar.bz2"))
(sha256
- (base32 "0ad22syhsd921rnfpmkvyh37am3ni443g1f3jc2hqndgsggvv411"))))
+ (base32 "1ymr1jpdnd5wj6npzi8bgfd30d0j885sfnhl236rn7fjc4pars6s"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags

base-commit: c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c
--
2.41.0
N
N
Nicolas Graves wrote on 30 May 08:38 +0200
Re: [bug#71187] Update Kakoune to 2024.05.18.
87v82vdcss.fsf@ngraves.fr
On 2024-05-24 19:27, Ashvith Shetty wrote:

Toggle quote (2 lines)
> Bumping Kakoune from 2024.05.09 to 2024.05.18.

Hi Ashvith,

A similar patch has already been sent as 71027.

I'm closing this one so that the evaluation doesn't have to be done
twice.

It seems that QA is broken right now, but try to see is someone didn't
already sent the patch with the search bar at issues.guix.gnu.org
beforehand ;)

You can help speed up the merge process by reviewing the patch at
https://qa.guix.gnu.org/issue/71027when QA will be fixed, thanks!

--
Best regards,
Nicolas Graves
N
N
Nicolas Graves wrote on 30 May 08:59 +0200
control message for bug #71187
(address . control@debbugs.gnu.org)
87sexzdbtn.fsf@ngraves.fr
close 71187
quit


--
Best regards,
Nicolas Graves
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71187@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71187
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch