python3Packages.rich: 9.10.0 -> 9.13.0
This commit is contained in:
parent
2bd3c3b620
commit
41b0e97e70
@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rich";
|
pname = "rich";
|
||||||
version = "9.10.0";
|
version = "9.13.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 = "1m1rswg16r4pxv7504nk7lpyxrwf16xw4w55rs3jisryx14ccic6";
|
sha256 = "0si3rzhg8wfxw4aakkp8sr6nbzfa54rl0w92macd1338q90ha4ly";
|
||||||
};
|
};
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user