pythonPackages.rich: 8.0.0 -> 9.1.0

This commit is contained in:
IvarWithoutBones 2020-10-26 14:01:35 +01:00
parent 4fce633319
commit 25599d571c

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "rich";
version = "8.0.0";
version = "9.1.0";
# tests not included in pypi tarball
src = fetchFromGitHub {
owner = "willmcgugan";
repo = pname;
rev = "v${version}";
sha256 = "0hv27b22x7dbx1i7nzsd8y8fymmvdak2hcx9242jwk4c1a7jr151";
sha256 = "18iha0fs8vm0j11k39yxj26h8qxrp27ijhx6h1yyizbygmr5b5nk";
};
format = "pyproject";