all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ashvith Shetty <ashvithshetty10@gmail.com>
To: 71187@debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10@gmail.com>
Subject: [bug#71187] [PATCH 1/1] gnu: kakoune: Update to 2024.05.18.
Date: Sat, 25 May 2024 17:55:14 +0530	[thread overview]
Message-ID: <38ee40f8bc58f1c3bed46c27dad0e9bc751aeb79.1716625930.git.ashvithshetty10@gmail.com> (raw)
In-Reply-To: <CA+n6Bx-EesPHCY16DhXtRUKKMEFChBH5A_0E8tLzTgWFujyGDg@mail.gmail.com>

Change-Id: Iffd7e9f6d5f33451c0fcadb1043ba90ee4a162e9
---
 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 c1956d3602..dd6a155cfa 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -33,6 +33,7 @@
 ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
 ;;; Copyright © 2023 David Pflug <david@pflug.io>
 ;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
+;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -216,7 +217,7 @@ (define-public vis
 (define-public kakoune
   (package
     (name "kakoune")
-    (version "2024.05.09")
+    (version "2024.05.18")
     (source
      (origin
        (method url-fetch)
@@ -224,7 +225,7 @@ (define-public kakoune
                            "releases/download/v" version "/"
                            "kakoune-" version ".tar.bz2"))
        (sha256
-        (base32 "0ad22syhsd921rnfpmkvyh37am3ni443g1f3jc2hqndgsggvv411"))))
+        (base32 "1ymr1jpdnd5wj6npzi8bgfd30d0j885sfnhl236rn7fjc4pars6s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags

base-commit: c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c
-- 
2.41.0





  reply	other threads:[~2024-05-25 13:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-24 19:27 [bug#71187] Update Kakoune to 2024.05.18 Ashvith Shetty
2024-05-25 12:25 ` Ashvith Shetty [this message]
2024-05-30  6:38 ` Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38ee40f8bc58f1c3bed46c27dad0e9bc751aeb79.1716625930.git.ashvithshetty10@gmail.com \
    --to=ashvithshetty10@gmail.com \
    --cc=71187@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.