python3Packages.textual: 6.6.0 -> 6.7.0

Diff: https://github.com/Textualize/textual/compare/v6.6.0...v6.7.0

Changelog: https://github.com/Textualize/textual/blob/v6.7.0/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-11-29 16:40:43 +00:00
parent c97e643611
commit 2fa54cab6e
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.6.0";
version = "6.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-gJWgGyPfSBxZRVuWvcehDs+hr2gmRsL6tleYCVPOPg4=";
hash = "sha256-hOjTrZNKjqqv0DnMuJRP62AQ3tzdqHmIf0rsQPVvd8s=";
};
build-system = [ poetry-core ];