Skip to content

Commit

Permalink
python3Packages.qiskit-ibmq-provider: 0.7.2 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrisinger authored and Jon committed Aug 25, 2020
1 parent d0c96f2 commit 1a8d96e
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -26,15 +26,15 @@

buildPythonPackage rec {
pname = "qiskit-ibmq-provider";
version = "0.7.2";
version = "0.8.0";

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "Qiskit";
repo = pname;
rev = version;
sha256 = "11h1ca4v11pajzn1cxqhim1hfziqzj27xzakwln13g8zmiqx3csp";
sha256 = "0rrpwr4a82j69j5ibl2g0nw8wbpg201cfz6f234k2v6pj500x9nl";
};

propagatedBuildInputs = [
Expand Down Expand Up @@ -85,6 +85,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Qiskit provider for accessing the quantum devices and simulators at IBMQ";
homepage = "https://github.com/Qiskit/qiskit-ibmq-provider";
changelog = "https://qiskit.org/documentation/release_notes.html";
license = licenses.asl20;
maintainers = with maintainers; [ drewrisinger ];
};
Expand Down

0 comments on commit 1a8d96e

Please sign in to comment.