2022-12-03T03:13:43 python310Packages.astroid 0 -> 1 2022-12-03T03:13:45 attrpath: python310Packages.astroid 2022-12-03T03:13:45 Checking auto update branch... 2022-12-03T03:13:49 [version] 2022-12-03T03:13:49 [version] skipping because derivation has updateScript 2022-12-03T03:13:49 [rustCrateVersion] 2022-12-03T03:13:49 [rustCrateVersion] No cargoSha256 found 2022-12-03T03:13:49 [golangModuleVersion] 2022-12-03T03:13:49 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-03T03:13:49 [updateScript] 2022-12-03T03:13:52 [updateScript] Success 2022-12-03T03:13:52 [updateScript] this derivation will be built: /nix/store/ziybqy9np9birjc0pw8kcxfnfd7rjg8l-packages.json.drv building '/nix/store/ziybqy9np9birjc0pw8kcxfnfd7rjg8l-packages.json.drv'... Going to be running update for following packages: - python3.10-astroid-2.11.7 Press Enter key to continue... Running update for: - python3.10-astroid-2.11.7: UPDATING ... - python3.10-astroid-2.11.7: DONE. Packages updated! 2022-12-03T03:13:52 2022-12-03T03:13:52 [quotedUrls] 2022-12-03T03:13:52 [quotedUrls] nothing found to replace 2022-12-03T03:13:53 Diff after rewrites: diff --git a/pkgs/development/python-modules/astroid/default.nix b/pkgs/development/python-modules/astroid/default.nix index 6cde2e75503..615d1979ca3 100644 --- a/pkgs/development/python-modules/astroid/default.nix +++ b/pkgs/development/python-modules/astroid/default.nix @@ -16,15 +16,15 @@ buildPythonPackage rec { pname = "astroid"; - version = "2.11.7"; # Check whether the version is compatible with pylint + version = "2.12.13"; # Check whether the version is compatible with pylint disabled = pythonOlder "3.6.2"; src = fetchFromGitHub { owner = "PyCQA"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-HpniGxKf+daMh/sxP9T9UriYRrUFWqk7kDa8r+EqtVI="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-C4A/JOFdIRgaZuV/YOLc4nC05XTtRCC1i0BcGBEG5ps="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; 2022-12-03T03:15:24 Python package with too many package rebuilds 2746 > 25