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

View File

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