2022-12-01T09:26:39 python310Packages.poetry-core 0 -> 1 2022-12-01T09:26:41 attrpath: python310Packages.poetry-core 2022-12-01T09:26:41 Checking auto update branch... 2022-12-01T09:26:46 [version] 2022-12-01T09:26:46 [version] skipping because derivation has updateScript 2022-12-01T09:26:46 [rustCrateVersion] 2022-12-01T09:26:46 [rustCrateVersion] No cargoSha256 found 2022-12-01T09:26:46 [golangModuleVersion] 2022-12-01T09:26:46 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-01T09:26:46 [updateScript] 2022-12-01T09:26:49 [updateScript] Success 2022-12-01T09:26:49 [updateScript] this derivation will be built: /nix/store/vq1ljrxdmqaw47m3dsll8qdx87sgbsrg-packages.json.drv building '/nix/store/vq1ljrxdmqaw47m3dsll8qdx87sgbsrg-packages.json.drv'... Going to be running update for following packages: - python3.10-poetry-core-1.3.2 Press Enter key to continue... Running update for: - python3.10-poetry-core-1.3.2: UPDATING ... - python3.10-poetry-core-1.3.2: DONE. Packages updated! 2022-12-01T09:26:49 2022-12-01T09:26:49 [quotedUrls] 2022-12-01T09:26:49 [quotedUrls] nothing found to replace 2022-12-01T09:26:49 Diff after rewrites: diff --git a/pkgs/development/python-modules/poetry-core/default.nix b/pkgs/development/python-modules/poetry-core/default.nix index e90529dac6d..7f199b394ba 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.3.2"; + version = "1.4.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,8 +23,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "python-poetry"; repo = pname; - rev = version; - hash = "sha256-3Ryfq0MwrL/mKP8DmkhLOyFlulf3c73z9fFIzMuqOrg="; + rev = "refs/tags/${version}"; + hash = "sha256-SCzs2v0LIgx3vBYTavPqc7uwAQdWsdmkbDyHgIjOxrk="; }; propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [ 2022-12-01T09:28:18 Python package with too many package rebuilds 5304 > 25