python311Packages.textual: 0.68.0 -> 0.70.0

This commit is contained in:
R. Ryantm 2024-06-23 13:00:06 +00:00
parent 47ea5bd487
commit a20d35f291

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.68.0";
version = "0.70.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = "textual";
rev = "refs/tags/v${version}";
hash = "sha256-nxQVxe7lXMcxyqh4SWcQ/A6eQcEzkSshKmpweHpn7JE=";
hash = "sha256-nOgiMT+q2pc94Q6g3MvKQVhGJYSGNnoE+5/foK62zLM=";
};
build-system = [ poetry-core ];