python3Packages.qiskit: 0.17.0 -> 0.18.2

This commit is contained in:
Drew Risinger 2020-04-10 17:15:39 -04:00
parent c17bbad264
commit 4238afcfef

View File

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "qiskit"; pname = "qiskit";
# NOTE: This version denotes a specific set of subpackages. See https://qiskit.org/documentation/release_notes.html#version-history # NOTE: This version denotes a specific set of subpackages. See https://qiskit.org/documentation/release_notes.html#version-history
version = "0.17.0"; version = "0.18.2";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Qiskit"; owner = "Qiskit";
repo = "qiskit"; repo = "qiskit";
rev = version; rev = version;
sha256 = "1cnjcvvzklyq102fipqnwd5ham0sp0451gp7j79cwwsxzvji6pcc"; sha256 = "05pwpcps1ksqx6m6hwq90l8sbak64fsz76yv4q3jplfjf6597k6p";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [