python3Packages.rich: 13.3.5 -> 13.5.2

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:19 +02:00
parent a18337b318
commit e8275f0d77
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "rich";
version = "13.3.5";
version = "13.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-PnyO5u0gxfYKT6xr0k3H0lbLl9wKPl6oxR1mM9A0Hys=";
hash = "sha256-ycDmFJa68OOrNqIy/hGKxbjoaIbiniiO4UAPNSyZvDk=";
};
nativeBuildInputs = [