Merge pull request #298595 from r-ryantm/auto-update/python311Packages.textual

python311Packages.textual: 0.68.0 -> 0.70.0
This commit is contained in:
Weijia Wang 2024-06-24 00:47:16 +02:00 committed by GitHub
commit 05b78ed8b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];