Skip to content

Commit

Permalink
python3Packages.qiskit: 0.25.0 -> 0.26.2
Browse files Browse the repository at this point in the history
Add optional subpackages as arguments. Most of these are not in nixpkgs,
but can be found in https://github.com/drewrisinger/nur-packages/.
  • Loading branch information
drewrisinger committed Jun 2, 2021
1 parent 6171c77 commit bb6aec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/qiskit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
buildPythonPackage rec {
pname = "qiskit";
# NOTE: This version denotes a specific set of subpackages. See https://qiskit.org/documentation/release_notes.html#version-history
version = "0.25.0";
version = "0.26.2";

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "qiskit";
repo = "qiskit";
rev = version;
hash = "sha256-pJM6d3AyFs9AexvQXG+8QQ4zwpFisJC16iBFR9gNSk0=";
hash = "sha256-QYWKKS7e/uCt5puWV4jA9Emp7M4Cyv2RUCxilbChWhw=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit bb6aec6

Please sign in to comment.