all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62852] [PATCH] gnu: kakoune: update to 2022.10.31.
@ 2023-04-14 17:05 Eidvilas Markevičius
  2023-04-21  9:01 ` bug#62852: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Eidvilas Markevičius @ 2023-04-14 17:05 UTC (permalink / raw)
  To: 62852

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

* gnu/packages/text-editors.scm (kakoune): Update to 2022.10.31.
---
 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 fcb7a8db1d..8714940d1c 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2022 zamfofex <zamfofex@twdb.moe>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2022 Andy Tai <atai@atai.org>
+;;; Copyright © 2023 Eidvilas Markevičius <markeviciuseidvilas@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -173,7 +174,7 @@ (define-public vis
 (define-public kakoune
   (package
     (name "kakoune")
-    (version "2021.11.08")
+    (version "2022.10.31")
     (source
      (origin
        (method url-fetch)
@@ -181,7 +182,7 @@ (define-public kakoune
                            "releases/download/v" version "/"
                            "kakoune-" version ".tar.bz2"))
        (sha256
-        (base32 "1x5mvmpf0rgmr2xdw5wjn4hr6qd8yvj0zx588fi324x1knfqhc5a"))))
+        (base32 "12z5wka649xycclbs94bfy2yyln2172dz0zycxsxr384r5i7ncgv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.39.2

[-- Attachment #2: Type: text/html, Size: 1706 bytes --]

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

* bug#62852: [PATCH] gnu: kakoune: update to 2022.10.31.
  2023-04-14 17:05 [bug#62852] [PATCH] gnu: kakoune: update to 2022.10.31 Eidvilas Markevičius
@ 2023-04-21  9:01 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-21  9:01 UTC (permalink / raw)
  To: Eidvilas Markevičius; +Cc: 62852-done

Hello,

Eidvilas Markevičius <markeviciuseidvilas@gmail.com> writes:

> * gnu/packages/text-editors.scm (kakoune): Update to 2022.10.31.

Applied. Thank you!

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-04-21 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 17:05 [bug#62852] [PATCH] gnu: kakoune: update to 2022.10.31 Eidvilas Markevičius
2023-04-21  9:01 ` bug#62852: " Nicolas Goaziou

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.