pythonPackages.rich: 8.0.0 -> 9.1.0
This commit is contained in:
parent
4fce633319
commit
25599d571c
@ -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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user