2022-12-26T13:31:09 python3.10-qiskit-machine-learning 0.4.0 -> 0.5.0 https://pypi.org/project/qiskit-machine-learning/ 2022-12-26T13:31:11 attrpath: python310Packages.qiskit-machine-learning 2022-12-26T13:31:11 Checking auto update branch... 2022-12-26T13:31:15 [version] 2022-12-26T13:31:15 [version] skipping because derivation has updateScript 2022-12-26T13:31:15 [rustCrateVersion] 2022-12-26T13:31:15 [rustCrateVersion] No cargoSha256 found 2022-12-26T13:31:15 [golangModuleVersion] 2022-12-26T13:31:15 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-26T13:31:15 [updateScript] 2022-12-26T13:31:18 [updateScript] Success 2022-12-26T13:31:18 [updateScript] this derivation will be built: /nix/store/yvmzp787w6yd2a38sb29jpw2dgdcir4f-packages.json.drv building '/nix/store/yvmzp787w6yd2a38sb29jpw2dgdcir4f-packages.json.drv'... Going to be running update for following packages: - python3.10-qiskit-machine-learning-0.4.0 Press Enter key to continue... Running update for: - python3.10-qiskit-machine-learning-0.4.0: UPDATING ... - python3.10-qiskit-machine-learning-0.4.0: DONE. Packages updated! 2022-12-26T13:31:18 2022-12-26T13:31:18 [quotedUrls] 2022-12-26T13:31:18 [quotedUrls] nothing found to replace 2022-12-26T13:31:18 Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-machine-learning/default.nix b/pkgs/development/python-modules/qiskit-machine-learning/default.nix index e4761dc33b0..a9b46f5980f 100644 --- a/pkgs/development/python-modules/qiskit-machine-learning/default.nix +++ b/pkgs/development/python-modules/qiskit-machine-learning/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "qiskit-machine-learning"; - version = "0.4.0"; + version = "0.5.0"; disabled = pythonOlder "3.6"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-WZSXt+sVeO64wCVbDgBhuGvo5jTn/JKh9oNSO7ZY9wo="; + sha256 = "sha256-wK0ZRNnU7WJlTWRJ2ce6LN6WGKlkh5jBrbXMDYcPQJI="; }; propagatedBuildInputs = [ 2022-12-26T13:32:45 No auto update branch exists 2022-12-26T13:33:35 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.qiskit-machine-learning Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . python310Packages.qiskit-machine-learning Standard output: warning: unknown setting 'experimental-features' error: Package ‘python3.10-qiskit-terra-0.21.0’ in /var/cache/nixpkgs-update/worker/worktree/python310Packages.qiskit-machine-learning/pkgs/development/python-modules/qiskit-terra/default.nix:197 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+ (Flake) command, `--impure` must be passed in order to read this environment variable. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information)