python3Packages.rich: 10.7.0 -> 10.9.0

This commit is contained in:
Martin Weinelt 2021-08-31 00:17:10 +02:00
parent ca807c744e
commit 30a1373f5f

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rich";
version = "10.7.0";
version = "10.9.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "willmcgugan";
repo = pname;
rev = "v${version}";
sha256 = "1drh08cmcn8dqi0mpfwscz3ljsv2s60kyhxy6iiw5si7rf717j4p";
sha256 = "0lf2s7n9b31aavwl5xjl3x1pjc756s8pbk0whh5kag80z5v6qc32";
};
nativeBuildInputs = [ poetry-core ];