Skip to content

Commit 3fe3b5a

Browse files
author
Jorik
committed
python312Packages.textual: 0.82.0 -> 0.85.0
1 parent 967bdbb commit 3fe3b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/textual/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "textual";
23-
version = "0.82.0";
23+
version = "0.85.0";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "Textualize";
3030
repo = "textual";
3131
rev = "refs/tags/v${version}";
32-
hash = "sha256-belpoXQ+CkTchK+FjI/Ur8v4cNgzX39xLdNfPCwaU6E=";
32+
hash = "sha256-ROq/Pjq6XRgi9iqMlCzpLmgzJzLl21MI7148cOxHS3o=";
3333
};
3434

3535
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)