python311Packages.bayespy 0 -> 1 attrpath: python311Packages.bayespy 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/l2bkd5a5dvnhk6r0gb0cs5f256rcy10w-packages.json.drv building '/nix/store/l2bkd5a5dvnhk6r0gb0cs5f256rcy10w-packages.json.drv'... Going to be running update for following packages: - python3.11-bayespy-0.5.26 Press Enter key to continue... Running update for: - python3.11-bayespy-0.5.26: UPDATING ... - python3.11-bayespy-0.5.26: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bayespy/default.nix b/pkgs/development/python-modules/bayespy/default.nix index eaee0ef0974c..ef82df7dfb95 100644 --- a/pkgs/development/python-modules/bayespy/default.nix +++ b/pkgs/development/python-modules/bayespy/default.nix @@ -4,7 +4,7 @@ buildPythonPackage rec { pname = "bayespy"; - version = "0.5.26"; + version = "0.6.1"; format = "setuptools"; # Python 2 not supported and not some old Python 3 because MPL doesn't support @@ -13,7 +13,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - sha256 = "sha256-NOvuqPKioRIqScd2jC7nakonDEovTo9qKp/uTk9z1BE="; + sha256 = "sha256-3N8w/LiTLsDZbHp3z26FvDg3vStB2l3XkIWx+Mma1G0="; }; nativeCheckInputs = [ pytestCheckHook nose glibcLocales ]; An auto update branch exists with message `python311Packages.bayespy: 0.5.26 -> 0.5.28`. New version is 0.6.1. The auto update branch does not match or exceed the new version. 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.bayespy nix build failed. Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: bayespy Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/cn1lid0skcn4738dk22wyizvrr4vhvci-python3.11-bayespy-0.6.1/lib/python3.11/site-packages/bayespy/__init__.py", line 8, in from . import inference File "/nix/store/cn1lid0skcn4738dk22wyizvrr4vhvci-python3.11-bayespy-0.6.1/lib/python3.11/site-packages/bayespy/inference/__init__.py", line 34, in from .vmp.vmp import VB File "/nix/store/cn1lid0skcn4738dk22wyizvrr4vhvci-python3.11-bayespy-0.6.1/lib/python3.11/site-packages/bayespy/inference/vmp/vmp.py", line 19, in from bayespy.inference.vmp.nodes.node import Node File "/nix/store/cn1lid0skcn4738dk22wyizvrr4vhvci-python3.11-bayespy-0.6.1/lib/python3.11/site-packages/bayespy/inference/vmp/nodes/__init__.py", line 28, in from .gaussian import Gaussian, GaussianARD File "/nix/store/cn1lid0skcn4738dk22wyizvrr4vhvci-python3.11-bayespy-0.6.1/lib/python3.11/site-packages/bayespy/inference/vmp/nodes/gaussian.py", line 15, in import truncnorm ModuleNotFoundError: No module named 'truncnorm'