Merge pull request #170779 from SuperSandro2000/python310Packages.rich

python310Packages.rich: 12.2.0 -> 12.3.0
This commit is contained in:
Sandro 2022-04-29 12:26:55 +02:00 committed by GitHub
commit 5cb617ff33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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