changeset 246:cb9dce5b0731

update kitty
author drewp@bigasterisk.com
date Thu, 14 Dec 2023 16:46:37 -0800
parents 9dee7fd80c52
children ff36727f3a10
files packages.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages.py	Thu Dec 14 16:46:22 2023 -0800
+++ b/packages.py	Thu Dec 14 16:46:37 2023 -0800
@@ -8,7 +8,7 @@
 
 
 def kitty():
-    vers = '0.27.1'  # see https://github.com/kovidgoyal/kitty/releases
+    vers = '0.31.0'  # see https://github.com/kovidgoyal/kitty/releases
     home = '/home/drewp'
     local = f"{home}/.local/kitty"
     dl = f'/tmp/kitty-{vers}-x86_64.txz'