Skip to content

Commit

Permalink
python312Packages.textual: 0.79.0 -> 0.81.0 (#344813)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Sep 29, 2024
2 parents 82ab935 + 5be4cd2 commit 242cda1
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 @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "textual";
version = "0.79.0";
version = "0.81.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = "textual";
rev = "refs/tags/v${version}";
hash = "sha256-QD9iRgl6hwlFL5DLYyXL5aA/Xsvpe5/KXdEdMS+3L/8=";
hash = "sha256-IQmpMBuG7K4x1F8GcPBe2juWUqVyE0g5fQLTfZZso/8=";
};

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

0 comments on commit 242cda1

Please sign in to comment.