python310Packages.poetry-core 0 -> 1 attrpath: python310Packages.poetry-core 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ialbyh20378mlx8vh4jpr3hy139wsqxm-packages.json.drv building '/nix/store/ialbyh20378mlx8vh4jpr3hy139wsqxm-packages.json.drv'... Going to be running update for following packages: - python3.10-poetry-core-1.5.1 Press Enter key to continue... Running update for: - python3.10-poetry-core-1.5.1: UPDATING ... - python3.10-poetry-core-1.5.1: 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 daf45528202..4374d7ddbe4 100644 --- a/pkgs/development/python-modules/poetry-core/default.nix +++ b/pkgs/development/python-modules/poetry-core/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "poetry-core"; - version = "1.5.1"; + version = "1.6.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -25,8 +25,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "python-poetry"; repo = pname; - rev = version; - hash = "sha256-h3d0h+WCrrNlfPOlUx6Rj0aG6untD6MiunqvPj4yT+0="; + rev = "refs/tags/${version}"; + hash = "sha256-Gc22Y2T4uO39jiOqEUFeOfnVCbknuDjmzFPZgk2eY74="; }; # revert update of vendored dependencies to unbreak e.g. zeroconf on x86_64-darwin No auto update branch exists There might already be an open PR for this update: - poetry: 1.4.2 -> 1.5.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/241458"