Skip to content

Commit

Permalink
python311Packages.textual: 0.68.0 -> 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 23, 2024
1 parent 47ea5bd commit a20d35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/textual/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "textual";
version = "0.68.0";
version = "0.70.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 ];
Expand Down

0 comments on commit a20d35f

Please sign in to comment.