python313Packages.rich: 13.9.4 -> 14.0.0

https://github.com/Textualize/rich/blob/v14.0.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:30 +02:00
parent f5bd35e630
commit 6c22a1c2f1
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "rich";
version = "13.9.4";
version = "14.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = "rich";
tag = "v${version}";
hash = "sha256-Zaop9zR+Sz9lMQjQP1ddJSid5jEmf0tQYuTeLuWNGA8=";
hash = "sha256-gnKzb4lw4zgepTfJahHnpw2/vcg8o1kv8KfeVDSHcQI=";
};
build-system = [ poetry-core ];