python3Packages.rich: 11.0.0 -> 11.2.0
- https://github.com/Textualize/rich/releases/tag/v11.2.0 - https://github.com/Textualize/rich/releases/tag/v11.1.0
This commit is contained in:
@@ -13,15 +13,15 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rich";
|
||||
version = "11.0.0";
|
||||
version = "11.2.0";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "willmcgugan";
|
||||
owner = "Textualize";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0vkwar22rv1j6a3kqj3c016j0vnnha0kwi79fkd90ib1n501m7rn";
|
||||
sha256 = "19k8c8jnqj1v0ji8kkx3r2ny6wlpwy58ir7lyrh2qyjvzkw08i58";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
@@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal";
|
||||
homepage = "https://github.com/willmcgugan/rich";
|
||||
homepage = "https://github.com/Textualize/rich";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ris ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user