python3Packages.rich: 14.2.0 -> 14.3.3

Changelog: https://github.com/Textualize/rich/blob/v14.3.3/CHANGELOG.md
This commit is contained in:
Michael Daniels
2026-02-21 13:09:25 -05:00
parent 736715c1e8
commit b086b03df8
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "rich";
version = "14.2.0";
version = "14.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "rich";
tag = "v${version}";
hash = "sha256-oQbxRbZnVr/Ln+i/hpBw5FlpUp3gcp/7xsxi6onPkn8=";
hash = "sha256-6udVO7N17ineQozlCG/tI9jJob811gqb4GtY50JZFb0=";
};
build-system = [ poetry-core ];