python311Packages.imbalanced-learn 0 -> 1 attrpath: python311Packages.imbalanced-learn 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/dfhmfnfzzbxpi8lsygiz09rvlz88ljsx-packages.json.drv building '/nix/store/dfhmfnfzzbxpi8lsygiz09rvlz88ljsx-packages.json.drv'... Going to be running update for following packages: - python3.11-imbalanced-learn-0.11.0 Press Enter key to continue... Running update for: - python3.11-imbalanced-learn-0.11.0: UPDATING ... - python3.11-imbalanced-learn-0.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/imbalanced-learn/default.nix b/pkgs/development/python-modules/imbalanced-learn/default.nix index 1ef8fea6a100..99c4bd0bb88a 100644 --- a/pkgs/development/python-modules/imbalanced-learn/default.nix +++ b/pkgs/development/python-modules/imbalanced-learn/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "imbalanced-learn"; - version = "0.11.0"; + version = "0.12.0"; format = "setuptools"; disabled = isPy27; # scikit-learn>=0.21 doesn't work on python2 src = fetchPypi { inherit pname version; - hash = "sha256-dYKuiFjm2wuS/vl90IZgoYKX7hKNeMKr3ABri9hrj9w="; + hash = "sha256-uczZqqMChpkHnUOm1Nn8nQOfVTdnM7Mfh8fZsSXcwWU="; }; propagatedBuildInputs = [ scikit-learn ]; An auto update branch exists with message `python311Packages.imbalanced-learn: refactor`. New version is 0.12.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.imbalanced-learn: 0.11.0 -> 0.12.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283652"