Merge pull request #111362 from risicle/ris-rich-9.10.0

pythonPackages.rich: 9.1.0 -> 9.10.0
This commit is contained in:
Robert Scott 2021-01-31 01:50:45 +00:00 committed by GitHub
commit 3682b2d9af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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