We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967bdbb commit 3fe3b5aCopy full SHA for 3fe3b5a
pkgs/development/python-modules/textual/default.nix
@@ -20,7 +20,7 @@
20
21
buildPythonPackage rec {
22
pname = "textual";
23
- version = "0.82.0";
+ version = "0.85.0";
24
pyproject = true;
25
26
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
29
owner = "Textualize";
30
repo = "textual";
31
rev = "refs/tags/v${version}";
32
- hash = "sha256-belpoXQ+CkTchK+FjI/Ur8v4cNgzX39xLdNfPCwaU6E=";
+ hash = "sha256-ROq/Pjq6XRgi9iqMlCzpLmgzJzLl21MI7148cOxHS3o=";
33
};
34
35
build-system = [ poetry-core ];
0 commit comments