python3Packages.textual: 6.11.0 -> 7.0.0 (#477716)

This commit is contained in:
Gergő Gutyina
2026-01-10 10:17:13 +00:00
committed by GitHub
2 changed files with 6 additions and 2 deletions
@@ -32,6 +32,10 @@ buildPythonPackage rec {
build-system = [ hatchling ];
pythonRelaxDeps = [
"textual"
];
dependencies = [
pyperclip
textual
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.11.0";
version = "7.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-xfGxI8Q9a11mD+1Ha+wnJn0HMxAzzhUIeeu1sk5cW+w=";
hash = "sha256-wXv3Q0/q5U75D/XE6oR8bsUKZhGbP+a8DhNrU6klYjA=";
};
build-system = [ poetry-core ];