python3Packages.rich: 14.1.0 -> 14.2.0

https://github.com/Textualize/rich/blob/v14.2.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-11-25 12:35:46 -08:00
committed by Robert Schütz
parent 0222a22c64
commit e8b5ce0fd1
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "rich";
version = "14.1.0";
version = "14.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "rich";
tag = "v${version}";
hash = "sha256-44L3eVf/gI0FlOlxzJ7/+A1jN6ILkeVEelaru1Io20U=";
hash = "sha256-oQbxRbZnVr/Ln+i/hpBw5FlpUp3gcp/7xsxi6onPkn8=";
};
build-system = [ poetry-core ];