python3Packages.rich: 13.7.1 -> 13.8.1

https://github.com/Textualize/rich/blob/v13.8.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:12 +02:00
parent 4b5bac8008
commit 84c74afa22
@@ -19,6 +19,7 @@
attrs,
pytestCheckHook,
setuptools,
which,
# for passthru.tests
enrich,
@@ -29,7 +30,7 @@
buildPythonPackage rec {
pname = "rich";
version = "13.7.1";
version = "13.8.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -38,7 +39,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7LvmPrCpHfPEfJ1r8IFnQhYkBstvtIrWYhGwcchlc0s=";
hash = "sha256-k+a64GDGzRDprvJz7s9Sm4z8jDV5TZ+CZLMgXKXXonM=";
};
nativeBuildInputs = [ poetry-core ];
@@ -56,6 +57,7 @@ buildPythonPackage rec {
attrs
pytestCheckHook
setuptools
which
];
disabledTests = [