python310Packages.rich 0 -> 1 attrpath: python310Packages.rich Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/df1c3cmwl78mwn4vqpgypyl6yvhiqldb-packages.json.drv building '/nix/store/df1c3cmwl78mwn4vqpgypyl6yvhiqldb-packages.json.drv'... Going to be running update for following packages: - python3.10-rich-13.0.0 Press Enter key to continue... Running update for: - python3.10-rich-13.0.0: UPDATING ... - python3.10-rich-13.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/rich/default.nix b/pkgs/development/python-modules/rich/default.nix index b263a2d08cb..c0fa09ccbd2 100644 --- a/pkgs/development/python-modules/rich/default.nix +++ b/pkgs/development/python-modules/rich/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "rich"; - version = "13.0.0"; + version = "13.3.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Textualize"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Mc2ZTpn2cPGXIBblwwukJGiD8etdVi8ag9Xb77gG62A="; + hash = "sha256-vivZ7Ywnah2FeOjtDE3F9gPOSJI6z+sQ6ubqCoLOSlM="; }; nativeBuildInputs = [ poetry-core ]; No auto update branch exists Old version 13.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , markdown-it-py , poetry-core , pygments , typing-extensions , pytestCheckHook # for passthru.tests , enrich , httpie , rich-rst , textual }: buildPythonPackage rec { pname = "rich"; version = "13.3.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Textualize"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-1soeb3aD4wB4stILvfOga/YZtyH6jd0XvnxkLmbW4G0="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ markdown-it-py pygments ] ++ lib.optionals (pythonOlder "3.9") [ typing-extensions ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "rich" ]; passthru.tests = { inherit enrich httpie rich-rst textual; }; meta = with lib; { description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"; homepage = "https://github.com/Textualize/rich"; changelog = "https://github.com/Textualize/rich/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ris joelkoen ]; }; }