python311Packages.mlxtend 0.22.0 -> 0.23.0 https://repology.org/project/python:mlxtend/versions attrpath: python311Packages.mlxtend 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/xfwzdbpsnbsjmgy4vic2cbfnvwknva26-packages.json.drv building '/nix/store/xfwzdbpsnbsjmgy4vic2cbfnvwknva26-packages.json.drv'... Going to be running update for following packages: - python3.11-mlxtend-0.22.0 Press Enter key to continue... Running update for: - python3.11-mlxtend-0.22.0: UPDATING ... - python3.11-mlxtend-0.22.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mlxtend/default.nix b/pkgs/development/python-modules/mlxtend/default.nix index 7a17e9a81925..454d49c13fe9 100644 --- a/pkgs/development/python-modules/mlxtend/default.nix +++ b/pkgs/development/python-modules/mlxtend/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "mlxtend"; - version = "0.22.0"; + version = "0.23.0"; format = "setuptools"; disabled = isPy27; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "rasbt"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-YLCNLpg2qrdFon0/gdggJd9XovHwRHAdleBFQc18qzE="; + hash = "sha256-TUZ8SdQAOV1CaIlDl4uXYVHvdlEkOz6E48S3pUS6UE0="; }; nativeCheckInputs = [ pytestCheckHook ]; No auto update branch exists Old version 0.22.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , isPy27 , setuptools , pytestCheckHook , scipy , numpy , scikit-learn , pandas , matplotlib , joblib }: buildPythonPackage rec { pname = "mlxtend"; version = "0.23.0"; pyproject = true; disabled = isPy27; src = fetchFromGitHub { owner = "rasbt"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-TUZ8SdQAOV1CaIlDl4uXYVHvdlEkOz6E48S3pUS6UE0="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ scipy numpy scikit-learn pandas matplotlib joblib ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "-sv" ]; disabledTestPaths = [ # image tests download files over the network "mlxtend/image" ]; meta = with lib; { description = "A library of Python tools and extensions for data science"; homepage = "https://github.com/rasbt/mlxtend"; license= licenses.bsd3; maintainers = with maintainers; [ evax ]; platforms = platforms.unix; # incompatible with nixpkgs scikit-learn version broken = true; }; }