python3Packages.textual: 6.7.0 -> 6.7.1

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

Changelog: https://github.com/Textualize/textual/blob/v6.7.1/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-12-01 23:58:04 +00:00
parent d5fdfd55c2
commit f2b52a38f0
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.7.0";
version = "6.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-hOjTrZNKjqqv0DnMuJRP62AQ3tzdqHmIf0rsQPVvd8s=";
hash = "sha256-JFu30awU50geQI6JMF/3h9ij/fYwczWS22zp9LXtWDk=";
};
build-system = [ poetry-core ];