File tree Expand file tree Collapse file tree
pkgs/development/python-modules/qiskit-ibmq-provider Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727buildPythonPackage rec {
2828 pname = "qiskit-ibmq-provider" ;
29- version = "0.7.2 " ;
29+ version = "0.8.0 " ;
3030
3131 disabled = pythonOlder "3.6" ;
3232
3333 src = fetchFromGitHub {
3434 owner = "Qiskit" ;
3535 repo = pname ;
3636 rev = version ;
37- sha256 = "11h1ca4v11pajzn1cxqhim1hfziqzj27xzakwln13g8zmiqx3csp " ;
37+ sha256 = "0rrpwr4a82j69j5ibl2g0nw8wbpg201cfz6f234k2v6pj500x9nl " ;
3838 } ;
3939
4040 propagatedBuildInputs = [
@@ -85,6 +85,7 @@ buildPythonPackage rec {
8585 meta = with lib ; {
8686 description = "Qiskit provider for accessing the quantum devices and simulators at IBMQ" ;
8787 homepage = "https://github.com/Qiskit/qiskit-ibmq-provider" ;
88+ changelog = "https://qiskit.org/documentation/release_notes.html" ;
8889 license = licenses . asl20 ;
8990 maintainers = with maintainers ; [ drewrisinger ] ;
9091 } ;
You can’t perform that action at this time.
0 commit comments