python3Packages.textual: 3.6.0 -> 3.7.0 (#423421)

This commit is contained in:
Gaétan Lepage
2025-07-08 23:55:16 +02:00
committed by GitHub
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-zgDzsPSzwwZSgQINcZgFHXNHzEeNvsFMi6C9LBRffHY=";
hash = "sha256-G8cS/WZp/6CWRMdPTtKmdUkXdxLVQXxbJnF4/4/VbpM=";
};
build-system = [ poetry-core ];