2022-12-12T23:34:34 python310Packages.astroid 0 -> 1 2022-12-12T23:34:36 attrpath: python310Packages.astroid 2022-12-12T23:34:36 Checking auto update branch... 2022-12-12T23:34:41 [version] 2022-12-12T23:34:41 [version] skipping because derivation has updateScript 2022-12-12T23:34:41 [rustCrateVersion] 2022-12-12T23:34:41 [rustCrateVersion] No cargoSha256 found 2022-12-12T23:34:41 [golangModuleVersion] 2022-12-12T23:34:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T23:34:41 [updateScript] 2022-12-12T23:34:43 [updateScript] Success 2022-12-12T23:34:43 [updateScript] this derivation will be built: /nix/store/kpifhij9av0fgcjl2m8hk1clm0iv37kh-packages.json.drv building '/nix/store/kpifhij9av0fgcjl2m8hk1clm0iv37kh-packages.json.drv'... Going to be running update for following packages: - python3.10-astroid-2.12.12 Press Enter key to continue... Running update for: - python3.10-astroid-2.12.12: UPDATING ... - python3.10-astroid-2.12.12: DONE. Packages updated! 2022-12-12T23:34:43 2022-12-12T23:34:43 [quotedUrls] 2022-12-12T23:34:44 [quotedUrls] nothing found to replace 2022-12-12T23:34:44 Diff after rewrites: diff --git a/pkgs/development/python-modules/astroid/default.nix b/pkgs/development/python-modules/astroid/default.nix index 9cacef4ac79..313c3d5de94 100644 --- a/pkgs/development/python-modules/astroid/default.nix +++ b/pkgs/development/python-modules/astroid/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "astroid"; - version = "2.12.12"; # Check whether the version is compatible with pylint + version = "2.12.13"; # Check whether the version is compatible with pylint format = "pyproject"; disabled = pythonOlder "3.7.2"; @@ -22,8 +22,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "PyCQA"; repo = pname; - rev = "v${version}"; - hash = "sha256-FN/bBAxx9p1iAB3WXIZyyKv/zse7xtXzslclADMbouA="; + rev = "refs/tags/v${version}"; + hash = "sha256-C4A/JOFdIRgaZuV/YOLc4nC05XTtRCC1i0BcGBEG5ps="; }; nativeBuildInputs = [ 2022-12-12T23:36:12 Python package with too many package rebuilds 2755 > 25