Joel 2 years ago committed by Jonathan Ringer
parent bcad3669e8
commit 3bb7f98d2b
  1. 8
      pkgs/development/python-modules/rich/default.nix

@ -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 ];
};

Loading…
Cancel
Save