python310Packages.cx-freeze 0 -> 1 attrpath: python310Packages.cx-freeze 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] Going to be running update for following packages: - python3.10-cx-freeze-6.15.11 Press Enter key to continue... Running update for: - python3.10-cx-freeze-6.15.11: UPDATING ... - python3.10-cx-freeze-6.15.11: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cx-freeze/default.nix b/pkgs/development/python-modules/cx-freeze/default.nix index ef2dd6073da0..7ebdb249854d 100644 --- a/pkgs/development/python-modules/cx-freeze/default.nix +++ b/pkgs/development/python-modules/cx-freeze/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "cx-freeze"; - version = "6.15.11"; + version = "6.15.12"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "cx_Freeze"; inherit version; - hash = "sha256-xf5Ez5eC+qXAaMoc1d6RPv4PmY1ry82oQ9aGod+W7lY="; + hash = "sha256-Ak4OC94xD21daVdsbYSvFxO1YKJcccJ8xoCBk50cWww="; }; nativeBuildInputs = [ An auto update branch exists with message `python310Packages.cx-freeze: update postPatch section`. New version is 6.15.12. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python310Packages.cx-freeze: 6.15.11 -> 6.15.12 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/275226"