summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorDavid Pflug <david@pflug.io>2024-01-11 06:27:39 -0500
committerMathieu Othacehe <othacehe@gnu.org>2024-01-12 17:26:24 +0100
commit2e404163f63dcd6285c7a98dacce4db302496f19 (patch)
tree254515671efd3945228ccbd85b9059ba3671ca97 /gnu/packages/text-editors.scm
parent4c35b0302c786dad585e69b9f1b5a4c4b37bb010 (diff)
downloadguix-patches-2e404163f63dcd6285c7a98dacce4db302496f19.tar
guix-patches-2e404163f63dcd6285c7a98dacce4db302496f19.tar.gz
gnu: kakoune: update to 2023.08.05.
* gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm5
1 files 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 @@ based command language.")
(define-public kakoune
(package
(name "kakoune")
- (version "2022.10.31")
+ (version "2023.08.05")
(source
(origin
(method url-fetch)
@@ -221,7 +222,7 @@ based command language.")
"releases/download/v" version "/"
"kakoune-" version ".tar.bz2"))
(sha256
- (base32 "12z5wka649xycclbs94bfy2yyln2172dz0zycxsxr384r5i7ncgv"))))
+ (base32 "0p6skjrfygg7hakl8v95pd17q9pjmid9p8nnw86m1lyx18g1ai9y"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags