apteryx pushed a commit to branch master
in repository guix.

commit 6e33f0d887feb6bb2898b00a8c1b7839f6b27e49
Author: Ashish SHUKLA <ashish...@lostca.se>
AuthorDate: Sat May 18 06:32:52 2024 +0000

    gnu: kakoune: Update to 2024.05.18.
    
    * gnu/packages/text-editors.scm (kakoune): Update to 2024.05.18.
    
    Change-Id: I4ca1f66e104a40f2d759c097c0548e6812ef6d16
    Signed-off-by: Maxim Cournoyer <maxim.courno...@gmail.com>
---
 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 c1956d3602..b6eb48785d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -216,7 +216,7 @@ based command language.")
 (define-public kakoune
   (package
     (name "kakoune")
-    (version "2024.05.09")
+    (version "2024.05.18")
     (source
      (origin
        (method url-fetch)
@@ -224,7 +224,7 @@ based command language.")
                            "releases/download/v" version "/"
                            "kakoune-" version ".tar.bz2"))
        (sha256
-        (base32 "0ad22syhsd921rnfpmkvyh37am3ni443g1f3jc2hqndgsggvv411"))))
+        (base32 "1ymr1jpdnd5wj6npzi8bgfd30d0j885sfnhl236rn7fjc4pars6s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags

Reply via email to