From 33bb665a2514bd9d7219a8c3e39e8cb5ffe76abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 27 May 2026 12:50:43 -0700 Subject: [PATCH] python3Packages.qcs-sdk-python: 0.26.1 -> 0.26.2 Diff: https://github.com/rigetti/qcs-sdk-rust/compare/lib/v0.26.1...lib/v0.26.2 Changelog: https://github.com/rigetti/qcs-sdk-rust/blob/lib/v0.26.2/crates/lib/CHANGELOG.md --- .../development/python-modules/qcs-sdk-python/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/qcs-sdk-python/default.nix b/pkgs/development/python-modules/qcs-sdk-python/default.nix index 1ef3c33ec2fa..acabc8724c5a 100644 --- a/pkgs/development/python-modules/qcs-sdk-python/default.nix +++ b/pkgs/development/python-modules/qcs-sdk-python/default.nix @@ -15,19 +15,19 @@ buildPythonPackage rec { pname = "qcs-sdk-python"; - version = "0.26.1"; + version = "0.26.2"; pyproject = true; src = fetchFromGitHub { owner = "rigetti"; repo = "qcs-sdk-rust"; tag = "lib/v${version}"; - hash = "sha256-ZxfDOcfTMyBvS5IRU2c61TOxwnM8hW4hTTjI4JlbBJk="; + hash = "sha256-XqsxtFwQnAJHYMaR+uO8wzlxA+GtqfllJUCIt0l1i9o="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-Tx3qmBXUZZWNrkQybKNc/gmF/3Jfip+bgF9PSTEXntM="; + hash = "sha256-ENWGL8N7shXYI31GDLu7SHqPhZUuIWWnYk/ziRoG9Gg="; }; buildAndTestSubdir = "crates/lib"; @@ -58,7 +58,7 @@ buildPythonPackage rec { "test_conjugate_pauli_by_clifford" "test_execute_qvm" "test_generate_randomized_benchmark_sequence" - "test_get_instruction_set_actitecture_public" + "test_get_instruction_set_architecture_public" "test_get_report" "test_get_version_info" "test_list_quantum_processors_timeout"