2022-12-12T02:18:33 python3.10-qiskit-finance 0.3.3 -> 0.3.4 https://pypi.org/project/qiskit-finance/ 2022-12-12T02:18:35 attrpath: python310Packages.qiskit-finance 2022-12-12T02:18:35 Checking auto update branch... 2022-12-12T02:18:39 [version] 2022-12-12T02:18:39 [version] skipping because derivation has updateScript 2022-12-12T02:18:39 [rustCrateVersion] 2022-12-12T02:18:39 [rustCrateVersion] No cargoSha256 found 2022-12-12T02:18:39 [golangModuleVersion] 2022-12-12T02:18:39 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-12T02:18:39 [updateScript] 2022-12-12T02:18:42 [updateScript] Success 2022-12-12T02:18:42 [updateScript] this derivation will be built: /nix/store/diihm8nacg7p4ffakkga6bjr7nqxxy88-packages.json.drv building '/nix/store/diihm8nacg7p4ffakkga6bjr7nqxxy88-packages.json.drv'... Going to be running update for following packages: - python3.10-qiskit-finance-0.3.3 Press Enter key to continue... Running update for: - python3.10-qiskit-finance-0.3.3: UPDATING ... - python3.10-qiskit-finance-0.3.3: DONE. Packages updated! 2022-12-12T02:18:42 2022-12-12T02:18:42 [quotedUrls] 2022-12-12T02:18:42 [quotedUrls] nothing found to replace 2022-12-12T02:18:42 Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-finance/default.nix b/pkgs/development/python-modules/qiskit-finance/default.nix index 45764b4983e..f731249ceef 100644 --- a/pkgs/development/python-modules/qiskit-finance/default.nix +++ b/pkgs/development/python-modules/qiskit-finance/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "qiskit-finance"; - version = "0.3.3"; + version = "0.3.4"; disabled = pythonOlder "3.6"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-1XM4gBuMsvjwU4GSdQJobMyyDFZOOTbwvnUPG0nXFoc="; + sha256 = "sha256-Ijoqn6nANLsEVKA5nycd1xbW5htJ+TQm6LkiMUWTsSs="; }; postPatch = '' 2022-12-12T02:20:10 No auto update branch exists 2022-12-12T02:21:02 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-finance Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . python310Packages.qiskit-finance 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-finance/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)