Skip to content

Commit

Permalink
python312Packages.textual: 2.0.0 -> 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Feb 17, 2025
1 parent 7be1a19 commit b96a59e
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 @@ -28,14 +28,14 @@

buildPythonPackage rec {
pname = "textual";
version = "2.0.0";
version = "2.0.4";
pyproject = true;

src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-XmqATrjJvWj1M5wi6FY6ake5KTRzfyu/7istxY9hBBk=";
hash = "sha256-szx0hAEzUOczs6/qLoF55c9RXh2JmxsDP3X+TvFxfmk=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit b96a59e

Please sign in to comment.