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/2yv24s9lpdbv637k31hipp6hcp5z6rn6-packages.json.drv building '/nix/store/2yv24s9lpdbv637k31hipp6hcp5z6rn6-packages.json.drv'... Going to be running update for following packages: - python3.10-rich-12.6.0 Press Enter key to continue... Running update for: - python3.10-rich-12.6.0: UPDATING ... - python3.10-rich-12.6.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 5d9c1f45c3b..9bd1aa067d0 100644 --- a/pkgs/development/python-modules/rich/default.nix +++ b/pkgs/development/python-modules/rich/default.nix @@ -17,15 +17,15 @@ buildPythonPackage rec { pname = "rich"; - version = "12.6.0"; + version = "13.0.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Textualize"; repo = pname; - rev = "v${version}"; - hash = "sha256-g3tXftEoBCJ1pMdLyDBXQvY9haGMQkuY1/UBOtUqrLE="; + rev = "refs/tags/v${version}"; + hash = "sha256-IBL85fDpw0NBkcR+prwT0cFcuU9/UTqi12eknEYJlSI="; }; nativeBuildInputs = [ poetry-core ]; No auto update branch exists Old version 12.6.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , CommonMark , poetry-core , pygments , typing-extensions , pytestCheckHook # for passthru.tests , enrich , httpie , rich-rst , textual }: buildPythonPackage rec { pname = "rich"; version = "13.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Textualize"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-Mc2ZTpn2cPGXIBblwwukJGiD8etdVi8ag9Xb77gG62A="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ CommonMark pygments ] ++ lib.optionals (pythonOlder "3.9") [ typing-extensions ]; checkInputs = [ 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"; license = licenses.mit; maintainers = with maintainers; [ ris jyooru ]; }; }