GNU bug report logs - #68382
[PATCH] gnu: kakoune: update to 2023.08.05.

Previous Next

Package: guix-patches;

Reported by: David Pflug <david <at> pflug.io>

Date: Thu, 11 Jan 2024 11:30:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

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: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68382: closed ([PATCH] gnu: kakoune: update to 2023.08.05.)
Date: Fri, 12 Jan 2024 16:18:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 12 Jan 2024 17:17:28 +0100
with message-id <878r4ur0fb.fsf <at> gnu.org>
and subject line Re: [bug#68382] [PATCH] gnu: kakoune: update to 2023.08.05.
has caused the debbugs.gnu.org bug report #68382,
regarding [PATCH] gnu: kakoune: update to 2023.08.05.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68382: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68382
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: David Pflug <david <at> pflug.io>
To: guix-patches <at> gnu.org
Cc: David Pflug <david <at> pflug.io>
Subject: [PATCH] gnu: kakoune: update to 2023.08.05.
Date: Thu, 11 Jan 2024 06:27:39 -0500
* gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05.
---
 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 0769dacc86..3fefd59a19 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2023 Eidvilas Markevičius <markeviciuseidvilas <at> gmail.com>
 ;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2023 Jaeme Sifat <jaeme <at> runbox.com>
+;;; Copyright © 2023 David Pflug <david <at> pflug.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -213,7 +214,7 @@ (define-public vis
 (define-public kakoune
   (package
     (name "kakoune")
-    (version "2022.10.31")
+    (version "2023.08.05")
     (source
      (origin
        (method url-fetch)
@@ -221,7 +222,7 @@ (define-public kakoune
                            "releases/download/v" version "/"
                            "kakoune-" version ".tar.bz2"))
        (sha256
-        (base32 "12z5wka649xycclbs94bfy2yyln2172dz0zycxsxr384r5i7ncgv"))))
+        (base32 "0p6skjrfygg7hakl8v95pd17q9pjmid9p8nnw86m1lyx18g1ai9y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags

base-commit: 6341dddcb9e7c8d555ea7294d61dcf64d775e032
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: David Pflug <david <at> pflug.io>
Cc: 68382-done <at> debbugs.gnu.org
Subject: Re: [bug#68382] [PATCH] gnu: kakoune: update to 2023.08.05.
Date: Fri, 12 Jan 2024 17:17:28 +0100
> * gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05.

Applied, thanks,

Mathieu


This bug report was last modified 1 year and 130 days ago.

Previous Next


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