2022-12-30T16:57:20 python310Packages.rich 0 -> 1 2022-12-30T16:57:22 attrpath: python310Packages.rich 2022-12-30T16:57:22 Checking auto update branch... 2022-12-30T16:57:27 [version] 2022-12-30T16:57:27 [version] skipping because derivation has updateScript 2022-12-30T16:57:27 [rustCrateVersion] 2022-12-30T16:57:27 [rustCrateVersion] No cargoSha256 found 2022-12-30T16:57:27 [golangModuleVersion] 2022-12-30T16:57:27 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T16:57:27 [updateScript] 2022-12-30T16:57:31 [updateScript] Success 2022-12-30T16:57:31 [updateScript] this derivation will be built: /nix/store/ijzsg7dvrnyabndd5pb40jpzpqx9y37d-packages.json.drv building '/nix/store/ijzsg7dvrnyabndd5pb40jpzpqx9y37d-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! 2022-12-30T16:57:31 2022-12-30T16:57:31 [quotedUrls] 2022-12-30T16:57:31 [quotedUrls] nothing found to replace 2022-12-30T16:57:31 Diff after rewrites: diff --git a/pkgs/development/python-modules/rich/default.nix b/pkgs/development/python-modules/rich/default.nix index 5d9c1f45c3b..a760ed03dfd 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.0"; 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-Mc2ZTpn2cPGXIBblwwukJGiD8etdVi8ag9Xb77gG62A="; }; nativeBuildInputs = [ poetry-core ]; 2022-12-30T16:58:59 Python package with too many package rebuilds 1731 > 25