all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71187] Update Kakoune to 2024.05.18.
@ 2024-05-24 19:27 Ashvith Shetty
  2024-05-25 12:25 ` [bug#71187] [PATCH 1/1] gnu: kakoune: Update " Ashvith Shetty
  2024-05-30  6:38 ` [bug#71187] Update Kakoune " Nicolas Graves via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Ashvith Shetty @ 2024-05-24 19:27 UTC (permalink / raw)
  To: 71187

[-- Attachment #1: Type: text/plain, Size: 47 bytes --]

Bumping Kakoune from 2024.05.09 to 2024.05.18.

[-- Attachment #2: 0001-gnu-kakoune-Update-to-2024.05.18.patch --]
[-- Type: application/octet-stream, Size: 1608 bytes --]

From 38ee40f8bc58f1c3bed46c27dad0e9bc751aeb79 Mon Sep 17 00:00:00 2001
Message-ID: <38ee40f8bc58f1c3bed46c27dad0e9bc751aeb79.1716578781.git.ashvithshetty10@gmail.com>
From: Ashvith Shetty <ashvithshetty10@gmail.com>
Date: Sat, 25 May 2024 00:41:27 +0530
Subject: [PATCH] gnu: kakoune: Update to 2024.05.18.

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


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

* [bug#71187] [PATCH 1/1] gnu: kakoune: Update to 2024.05.18.
  2024-05-24 19:27 [bug#71187] Update Kakoune to 2024.05.18 Ashvith Shetty
@ 2024-05-25 12:25 ` Ashvith Shetty
  2024-05-30  6:38 ` [bug#71187] Update Kakoune " Nicolas Graves via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Ashvith Shetty @ 2024-05-25 12:25 UTC (permalink / raw)
  To: 71187; +Cc: Ashvith Shetty

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





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

* [bug#71187] Update Kakoune to 2024.05.18.
  2024-05-24 19:27 [bug#71187] Update Kakoune to 2024.05.18 Ashvith Shetty
  2024-05-25 12:25 ` [bug#71187] [PATCH 1/1] gnu: kakoune: Update " Ashvith Shetty
@ 2024-05-30  6:38 ` Nicolas Graves via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-05-30  6:38 UTC (permalink / raw)
  To: Ashvith Shetty, 71187

On 2024-05-24 19:27, Ashvith Shetty wrote:

> Bumping Kakoune from 2024.05.09 to 2024.05.18.

Hi Ashvith,

A similar patch has already been sent as 71027.

I'm closing this one so that the evaluation doesn't have to be done
twice.

It seems that QA is broken right now, but try to see is someone didn't
already sent the patch with the search bar at issues.guix.gnu.org
beforehand ;)

You can help speed up the merge process by reviewing the patch at
https://qa.guix.gnu.org/issue/71027 when QA will be fixed, thanks!

-- 
Best regards,
Nicolas Graves




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

end of thread, other threads:[~2024-05-30  6:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24 19:27 [bug#71187] Update Kakoune to 2024.05.18 Ashvith Shetty
2024-05-25 12:25 ` [bug#71187] [PATCH 1/1] gnu: kakoune: Update " Ashvith Shetty
2024-05-30  6:38 ` [bug#71187] Update Kakoune " Nicolas Graves via Guix-patches via

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.