From 84c74afa22f061af85414af5170c77c86eb06348 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:06:53 +0200 Subject: [PATCH] python3Packages.rich: 13.7.1 -> 13.8.1 https://github.com/Textualize/rich/blob/v13.8.1/CHANGELOG.md --- pkgs/development/python-modules/rich/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/rich/default.nix b/pkgs/development/python-modules/rich/default.nix index c9c29a1287be..34913e526d78 100644 --- a/pkgs/development/python-modules/rich/default.nix +++ b/pkgs/development/python-modules/rich/default.nix @@ -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 = [