python310Packages.poetry-core 0 -> 1 attrpath: python310Packages.poetry-core 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nnbx8yxc4vqsk3dx228a679r16s5a1z8-packages.json.drv building '/nix/store/nnbx8yxc4vqsk3dx228a679r16s5a1z8-packages.json.drv'... Going to be running update for following packages: - python3.10-poetry-core-1.7.0 Press Enter key to continue... Running update for: - python3.10-poetry-core-1.7.0: UPDATING ... - python3.10-poetry-core-1.7.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/poetry-core/default.nix b/pkgs/development/python-modules/poetry-core/default.nix index fc8da7447ffb..a085dd00e0ac 100644 --- a/pkgs/development/python-modules/poetry-core/default.nix +++ b/pkgs/development/python-modules/poetry-core/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "poetry-core"; - version = "1.7.0"; + version = "1.8.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -23,8 +23,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "python-poetry"; repo = pname; - rev = version; - hash = "sha256-OfY2zc+5CgOrgbiPVnvMdT4h1S7Aek8S7iThl6azmsk="; + rev = "refs/tags/${version}"; + hash = "sha256-RnCJ67jaL2knwv+Uo7p0zOejHAT73f40weaJnfqOYoM="; }; nativeCheckInputs = [ No auto update branch exists Python package with too many package rebuilds 11262 > 25