python3Packages.textual-textarea: 0.17.1 -> 0.17.2 (#455779)

This commit is contained in:
Gaétan Lepage
2025-10-26 11:06:07 +00:00
committed by GitHub
@@ -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 ];