Loading pkgs/development/python-modules/qcs-sdk-python/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -18,19 +18,19 @@ buildPythonPackage rec { pname = "qcs-sdk-python"; version = "0.21.12"; version = "0.21.18"; pyproject = true; src = fetchFromGitHub { owner = "rigetti"; repo = "qcs-sdk-rust"; tag = "python/v${version}"; hash = "sha256-5tabdxMvYW0g2k48MTAm15+o/OI7yFyL19xirUBN7D4="; hash = "sha256-uN9SQnQR5y4gyJeQI5H04hT1OL1ZQBwCdz8GkNMMTLY="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-YOBI0q7OsjFhoQUO2K4Q3CprcxHgJbTmg+klXj41p0o="; hash = "sha256-PqQMG8RKF8Koz796AeoG/X9SeL1TruwOVPqwfKuq984="; }; buildAndTestSubdir = "crates/python"; Loading Loading @@ -71,6 +71,8 @@ buildPythonPackage rec { "test_get_report" "test_get_version_info" "test_list_quantum_processors_timeout" "test_quilc_tracing" "test_qvm_tracing" ]; meta = { Loading Loading
pkgs/development/python-modules/qcs-sdk-python/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -18,19 +18,19 @@ buildPythonPackage rec { pname = "qcs-sdk-python"; version = "0.21.12"; version = "0.21.18"; pyproject = true; src = fetchFromGitHub { owner = "rigetti"; repo = "qcs-sdk-rust"; tag = "python/v${version}"; hash = "sha256-5tabdxMvYW0g2k48MTAm15+o/OI7yFyL19xirUBN7D4="; hash = "sha256-uN9SQnQR5y4gyJeQI5H04hT1OL1ZQBwCdz8GkNMMTLY="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; hash = "sha256-YOBI0q7OsjFhoQUO2K4Q3CprcxHgJbTmg+klXj41p0o="; hash = "sha256-PqQMG8RKF8Koz796AeoG/X9SeL1TruwOVPqwfKuq984="; }; buildAndTestSubdir = "crates/python"; Loading Loading @@ -71,6 +71,8 @@ buildPythonPackage rec { "test_get_report" "test_get_version_info" "test_list_quantum_processors_timeout" "test_quilc_tracing" "test_qvm_tracing" ]; meta = { Loading