python312Packages.textual: 0.65.1 -> 0.68.0
Diff: https://github.com/Textualize/textual/compare/refs/tags/v0.65.1...v0.68.0 Changelog: https://github.com/Textualize/textual/releases/tag/v0.68.0
This commit is contained in:
parent
6ce9e91371
commit
dd455254a8
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user