2022-12-06T09:00:09 python3.10-qiskit-aer 0.10.4 -> 0.11.1 https://pypi.org/project/qiskit-aer/ 2022-12-06T09:00:11 attrpath: python310Packages.qiskit-aer 2022-12-06T09:00:12 Checking auto update branch... 2022-12-06T09:00:16 [version] 2022-12-06T09:00:16 [version] skipping because derivation has updateScript 2022-12-06T09:00:16 [rustCrateVersion] 2022-12-06T09:00:16 [rustCrateVersion] No cargoSha256 found 2022-12-06T09:00:16 [golangModuleVersion] 2022-12-06T09:00:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-06T09:00:16 [updateScript] 2022-12-06T09:00:19 [updateScript] Success 2022-12-06T09:00:19 [updateScript] this derivation will be built: /nix/store/7mwxsz15bbp9w1fhdifxr4jqwx1y1mr4-packages.json.drv building '/nix/store/7mwxsz15bbp9w1fhdifxr4jqwx1y1mr4-packages.json.drv'... Going to be running update for following packages: - python3.10-qiskit-aer-0.10.4 Press Enter key to continue... Running update for: - python3.10-qiskit-aer-0.10.4: UPDATING ... - python3.10-qiskit-aer-0.10.4: DONE. Packages updated! 2022-12-06T09:00:19 2022-12-06T09:00:19 [quotedUrls] 2022-12-06T09:00:19 [quotedUrls] nothing found to replace 2022-12-06T09:00:19 Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-aer/default.nix b/pkgs/development/python-modules/qiskit-aer/default.nix index f7ad8da805a..887f5f9fe71 100644 --- a/pkgs/development/python-modules/qiskit-aer/default.nix +++ b/pkgs/development/python-modules/qiskit-aer/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "qiskit-aer"; - version = "0.10.4"; + version = "0.11.1"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -39,8 +39,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "Qiskit"; repo = "qiskit-aer"; - rev = version; - sha256 = "sha256-mf+Pgw/daFkt1bvqSeYzlO/Sd2F2MtwZcLr+h1u+eb0="; + rev = "refs/tags/${version}"; + sha256 = "sha256-k1AdUFbe665pIG9fQGjxRsJ81Y1DjeyccqzP40KnnnA="; }; postPatch = '' 2022-12-06T09:01:51 No auto update branch exists 2022-12-06T09:02:43 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-aer Received ExitFailure 1 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix log -f . python310Packages.qiskit-aer 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-aer/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)