all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68382] [PATCH] gnu: kakoune: update to 2023.08.05.
@ 2024-01-11 11:27 David Pflug
  2024-01-12 16:17 ` bug#68382: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-01-11 11:27 UTC (permalink / raw)
  To: 68382; +Cc: David Pflug

* 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@gmail.com>
 ;;; Copyright © 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
+;;; Copyright © 2023 David Pflug <david@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68382: [PATCH] gnu: kakoune: update to 2023.08.05.
  2024-01-11 11:27 [bug#68382] [PATCH] gnu: kakoune: update to 2023.08.05 David Pflug
@ 2024-01-12 16:17 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-12 16:17 UTC (permalink / raw)
  To: David Pflug; +Cc: 68382-done


> * gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05.

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-12 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 11:27 [bug#68382] [PATCH] gnu: kakoune: update to 2023.08.05 David Pflug
2024-01-12 16:17 ` bug#68382: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.