python3Packages.textual: 3.7.1 -> 4.0.0 (#424821)

This commit is contained in:
Gaétan Lepage
2025-07-13 19:00:41 +02:00
committed by GitHub
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "3.7.1";
version = "4.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-ceA4Mv/oq4tZRC8rY6xkpuAcS/f3GXcY891EoOCES/M=";
hash = "sha256-rVDr4Snp5qnErxWRM9yoxnzzX8gg8nD3RbBkL1rmgqI=";
};
build-system = [ poetry-core ];