python310Packages.pylint 0 -> 1 attrpath: python310Packages.pylint Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/32d1d0h77n56z8hchbw0zjvm8zzrwy78-packages.json.drv building '/nix/store/32d1d0h77n56z8hchbw0zjvm8zzrwy78-packages.json.drv'... Going to be running update for following packages: - python3.10-pylint-2.17.5 Press Enter key to continue... Running update for: - python3.10-pylint-2.17.5: UPDATING ... - python3.10-pylint-2.17.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pylint/default.nix b/pkgs/development/python-modules/pylint/default.nix index d4a89aa000bf..87a92ce4855e 100644 --- a/pkgs/development/python-modules/pylint/default.nix +++ b/pkgs/development/python-modules/pylint/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "pylint"; - version = "2.17.5"; + version = "2.17.6"; format = "pyproject"; disabled = pythonOlder "3.7.2"; @@ -32,8 +32,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "pylint-dev"; repo = pname; - rev = "v${version}"; - hash = "sha256-cmH6Q6/XJXx8EXDIsik1Aheu9hYGvvlNvWBUCdmC3P8="; + rev = "refs/tags/v${version}"; + hash = "sha256-A1qp2HpytAgHEiIN96Dxc1SjMp9gBePDp7ag/OUt+vU="; }; patches = [ No auto update branch exists Python package with too many package rebuilds 63 > 25