0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python312Packages.textual: 0.81.0 -> 0.82.0

This commit is contained in:
R. Ryantm 2024-10-05 07:22:12 +00:00
parent 62b4c8b71b
commit 608ee3faf5

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.81.0";
version = "0.82.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = "textual";
rev = "refs/tags/v${version}";
hash = "sha256-IQmpMBuG7K4x1F8GcPBe2juWUqVyE0g5fQLTfZZso/8=";
hash = "sha256-belpoXQ+CkTchK+FjI/Ur8v4cNgzX39xLdNfPCwaU6E=";
};
build-system = [ poetry-core ];