all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#47931] [PATCH] gnu: kitty: Update to 0.20.1
@ 2021-04-21 12:37 Ekaitz Zarraga
  2021-04-21 16:26 ` bug#47931: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Ekaitz Zarraga @ 2021-04-21 12:37 UTC (permalink / raw)
  To: 47931

From db4c2b730cc9bddd4a3c4072101545c50c67daf5 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Wed, 21 Apr 2021 14:35:02 +0200
Subject: [PATCH] gnu: kitty: Update to 0.20.1

gnu/packages/terminals.scm (kitty): Update to 0.20.1
---
 gnu/packages/terminals.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 3fe580589d..7948b86ef1 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2020, 2021 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1029,7 +1030,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.19.3")
+    (version "0.20.1")
     (home-page "https://sw.kovidgoyal.net/kitty/")
     (source
      (origin
@@ -1039,7 +1040,7 @@ tmux.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0r49bybqy6c0n1lz6yc85py80wb40w757m60f5rszjf200wnyl6s"))
+        (base32 "0ncal16x3mz24f4l2lk50khzv3xacynk2pf3cklbvm2n7j69qca1"))
        (modules '((guix build utils)))
        (snippet
         '(begin
--
2.31.0






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

* bug#47931: [PATCH] gnu: kitty: Update to 0.20.1
  2021-04-21 12:37 [bug#47931] [PATCH] gnu: kitty: Update to 0.20.1 Ekaitz Zarraga
@ 2021-04-21 16:26 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-04-21 16:26 UTC (permalink / raw)
  To: Ekaitz Zarraga; +Cc: 47931-done

On Wed, Apr 21, 2021 at 12:37:42PM +0000, Ekaitz Zarraga wrote:
> From db4c2b730cc9bddd4a3c4072101545c50c67daf5 Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga <ekaitz@elenq.tech>
> Date: Wed, 21 Apr 2021 14:35:02 +0200
> Subject: [PATCH] gnu: kitty: Update to 0.20.1
> 
> gnu/packages/terminals.scm (kitty): Update to 0.20.1

Thanks! Pushed as 88fd57fd1f316b422642593a52654eeb27742e11




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

end of thread, other threads:[~2021-04-21 16:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 12:37 [bug#47931] [PATCH] gnu: kitty: Update to 0.20.1 Ekaitz Zarraga
2021-04-21 16:26 ` bug#47931: " Leo Famulari

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.