python311Packages.scikit-build-core 0 -> 1 attrpath: python311Packages.scikit-build-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/p7hk2lid9rvmck3v3xi4cnr5fy1j1cx6-packages.json.drv building '/nix/store/p7hk2lid9rvmck3v3xi4cnr5fy1j1cx6-packages.json.drv'... Going to be running update for following packages: - python3.11-scikit-build-core-0.8.0 Press Enter key to continue... Running update for: - python3.11-scikit-build-core-0.8.0: UPDATING ... - python3.11-scikit-build-core-0.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scikit-build-core/default.nix b/pkgs/development/python-modules/scikit-build-core/default.nix index 494cfa1a7606..0e4734d4a53b 100644 --- a/pkgs/development/python-modules/scikit-build-core/default.nix +++ b/pkgs/development/python-modules/scikit-build-core/default.nix @@ -22,13 +22,13 @@ buildPythonPackage rec { pname = "scikit-build-core"; - version = "0.8.0"; + version = "0.8.2"; pyproject = true; src = fetchPypi { pname = "scikit_build_core"; inherit version; - hash = "sha256-WAW/iYSXOemY/BuupG5WVVZi8cnZfEF8PgOHAtZTr+M="; + hash = "sha256-UOwkuVaMmqbicjPe6yl4kyvHmFYhKzBXXL+kBJZVxDY="; }; postPatch = lib.optionalString (pythonOlder "3.11") '' No auto update branch exists Python package with too many package rebuilds 31 > 25