sqlit-tui: 1.6.0 -> 1.6.1

This commit is contained in:
pcboy
2026-08-24 12:57:48 +09:00
parent 8a974d5c82
commit 41ce2f1fe5

View File

@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "sqlit-tui";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
__structuredAttrs = true;
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "Maxteabag";
repo = "sqlit";
tag = "v${finalAttrs.version}";
hash = "sha256-LAWlUnRa+i+XQN8Sl7ri4i0UGjyqV7MTz1X+XgNDAcI=";
hash = "sha256-xKlL6Q32v7lD9RCwlkJidYmtwXqNiXLf9W57c7hxjFI=";
};
build-system = with python3Packages; [