Skip to content

Commit

Permalink
python312Packages.textual: 1.0.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Feb 16, 2025
1 parent 6e048c4 commit d18cc49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "1.0.0";
version = "2.0.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-3pNUDkkq9X3W9DdWp4M4h4ddHN+GzUxLCFNJJdAtRJM=";
hash = "sha256-XmqATrjJvWj1M5wi6FY6ake5KTRzfyu/7istxY9hBBk=";
};

build-system = [ poetry-core ];
Expand Down Expand Up @@ -105,7 +105,7 @@ buildPythonPackage rec {
meta = {
description = "TUI framework for Python inspired by modern web development";
homepage = "https://github.com/Textualize/textual";
changelog = "https://github.com/Textualize/textual/releases/tag/v${version}";
changelog = "https://github.com/Textualize/textual/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ gepbird ];
};
Expand Down

0 comments on commit d18cc49

Please sign in to comment.