python311Packages.pomegranate 0 -> 1 attrpath: python311Packages.pomegranate 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/nzw4nsb2schs536786nb5bngbnkdg1qj-packages.json.drv building '/nix/store/nzw4nsb2schs536786nb5bngbnkdg1qj-packages.json.drv'... Going to be running update for following packages: - python3.11-pomegranate-0.14.8 Press Enter key to continue... Running update for: - python3.11-pomegranate-0.14.8: UPDATING ... - python3.11-pomegranate-0.14.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pomegranate/default.nix b/pkgs/development/python-modules/pomegranate/default.nix index 0c07483b0711..077c3cb58b71 100644 --- a/pkgs/development/python-modules/pomegranate/default.nix +++ b/pkgs/development/python-modules/pomegranate/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pomegranate"; - version = "0.14.8"; + version = "1.0.0"; pyproject = true; src = fetchFromGitHub { @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jmschrei"; # no tags for recent versions: https://github.com/jmschrei/pomegranate/issues/974 rev = "refs/tags/v${version}"; - hash = "sha256-PoDAtNm/snq4isotkoCTVYUuwr9AKKwiXIojUFMH/YE="; + hash = "sha256-EnxKlRRfsOIDLAhYOq7bUSbI/NvPoSyYCZ9D5VCXFGQ="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pomegranate nix build failed. adding 'pomegranate/distributions/dirac_delta.py' adding 'pomegranate/distributions/exponential.py' adding 'pomegranate/distributions/gamma.py' adding 'pomegranate/distributions/independent_components.py' adding 'pomegranate/distributions/joint_categorical.py' adding 'pomegranate/distributions/normal.py' adding 'pomegranate/distributions/poisson.py' adding 'pomegranate/distributions/student_t.py' adding 'pomegranate/distributions/uniform.py' adding 'pomegranate/distributions/zero_inflated.py' adding 'pomegranate/hmm/__init__.py' adding 'pomegranate/hmm/_base.py' adding 'pomegranate/hmm/dense_hmm.py' adding 'pomegranate/hmm/sparse_hmm.py' adding 'pomegranate-1.0.0.dist-info/LICENSE' adding 'pomegranate-1.0.0.dist-info/METADATA' adding 'pomegranate-1.0.0.dist-info/WHEEL' adding 'pomegranate-1.0.0.dist-info/top_level.txt' adding 'pomegranate-1.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pomegranate-1.0.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for pomegranate-1.0.0-py3-none-any.whl - scikit-learn not installed - torch not installed - apricot-select not installed