python3Packages.textual-textarea: 0.17.1 -> 0.17.2

This commit is contained in:
Gutyina Gergő
2025-10-26 10:39:41 +00:00
parent 1d339924d8
commit 3eb7d3ace5
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "textual-textarea";
version = "0.17.1";
version = "0.17.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tconbeer";
repo = "textual-textarea";
tag = "v${version}";
hash = "sha256-E6Yw/NRjfrdCeERgM0jdjfmG9zL2GhY2qAWUB1XwFic=";
hash = "sha256-y+2WvqD96eYkDEJn5qCGfGFNiJFAcF4KWWNgAIZUqJo=";
};
build-system = [ hatchling ];