guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a09579dcaec8c570aecd3513fdb245cec2023267
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Jun 3 11:17:41 2025 +0200

    gnu: kakoune: Update to 2025.06.03.
    
    * gnu/packages/text-editors (kakoune): Update to 2025.06.03.
    
    Change-Id: Iaa6b08a07f0179c1c24d75941823d6d065a5f77a
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 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 48989d3c26..7884ef195f 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -418,7 +418,7 @@ based command language.")
 (define-public kakoune
   (package
     (name "kakoune")
-    (version "2024.05.18")
+    (version "2025.06.03")
     (source
      (origin
        (method url-fetch)
@@ -426,7 +426,7 @@ based command language.")
                            "releases/download/v" version "/"
                            "kakoune-" version ".tar.bz2"))
        (sha256
-        (base32 "1ymr1jpdnd5wj6npzi8bgfd30d0j885sfnhl236rn7fjc4pars6s"))))
+        (base32 "16b466anx7gf1jci3gxj87xr5qw9fgyhpc3509myzf6z3cgr9mff"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags

Reply via email to