python3Packages.textual-textarea: 0.16.0 -> 0.17.1 (#455024)

This commit is contained in:
Gaétan Lepage
2025-10-23 23:20:24 +00:00
committed by GitHub
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ let
});
textual-textarea = super.textual-textarea.overridePythonAttrs (old: {
pythonRelaxDeps = old.pythonRelaxDeps ++ [ "textual" ];
pythonRelaxDeps = (old.pythonRelaxDeps or [ ]) ++ [ "textual" ];
});
};
};
@@ -20,21 +20,18 @@
buildPythonPackage rec {
pname = "textual-textarea";
version = "0.16.0";
version = "0.17.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tconbeer";
repo = "textual-textarea";
tag = "v${version}";
hash = "sha256-AIt3UqfZbJBgAACxJHElhvAsJWk9I6zjdeRjBtI/FiA=";
hash = "sha256-E6Yw/NRjfrdCeERgM0jdjfmG9zL2GhY2qAWUB1XwFic=";
};
build-system = [ hatchling ];
pythonRelaxDeps = [
"tree-sitter-sql"
];
dependencies = [
pyperclip
textual