python3Packages.rich: 12.0.1 -> 12.2.0

This commit is contained in:
Robert Scott 2022-04-10 13:58:04 +01:00 committed by Martin Weinelt
parent ba47e59440
commit 214d151733

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "rich";
version = "12.0.1";
version = "12.2.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hx/Xot+LFzhyO17f1hRqsNCFTlKFEq87sFLvd1SGUfo=";
sha256 = "02zypmnc9sijlipki0riywh82piamd3hlrl5xbg2bxlldnlnwx1d";
};
nativeBuildInputs = [ poetry-core ];