python3Packages.textual: 6.10.0 -> 6.11.0

This commit is contained in:
Gaël James
2025-12-18 21:56:43 +01:00
parent c7a1abcf81
commit e3f8362c00
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.10.0";
version = "6.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-LtOlo3Pya+JCRxHJwo6NY8dcfhJP2O5MdD2DNEETvHE=";
hash = "sha256-xfGxI8Q9a11mD+1Ha+wnJn0HMxAzzhUIeeu1sk5cW+w=";
};
build-system = [ poetry-core ];