kitty: 0.9.1 -> 0.10.1

This commit is contained in:
José Luis Lafuente 2018-05-25 12:30:31 +02:00
parent dccd2e9a9b
commit 6040ceb92e
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A

View file

@ -5,7 +5,7 @@
with python3Packages;
buildPythonApplication rec {
version = "0.9.1";
version = "0.10.1";
name = "kitty-${version}";
format = "other";
@ -13,7 +13,7 @@ buildPythonApplication rec {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "08j2k3852c64z4mgh1j0dgdj6c2alkckpav67lzg1lxsz3w2izh2";
sha256 = "1xwrrj0g70hh8zsjbd05x0js776xlf7c6mdsmrqlw4y7jfnlgl45";
};
buildInputs = [