Fabian Affolter 2024-06-16 09:58:34 +02:00
parent 6ce9e91371
commit dd455254a8

View File

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