Merge pull request #101759 from IvarWithoutBones/rich-update

pythonPackages.rich: 8.0.0 -> 9.1.0
This commit is contained in:
Martin Weinelt 2020-10-26 14:36:44 +01:00 committed by GitHub
commit bb46d59a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";