python311Packages.qiskit 0 -> 1 attrpath: python311Packages.qiskit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k7vgnxx7ayh97a8n4pxhd3xya0xv5sm9-packages.json.drv building '/nix/store/k7vgnxx7ayh97a8n4pxhd3xya0xv5sm9-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-0.45.1 Press Enter key to continue... Running update for: - python3.11-qiskit-0.45.1: UPDATING ... - python3.11-qiskit-0.45.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit/default.nix b/pkgs/development/python-modules/qiskit/default.nix index b7c0a2677bf6..c394eea57ff1 100644 --- a/pkgs/development/python-modules/qiskit/default.nix +++ b/pkgs/development/python-modules/qiskit/default.nix @@ -32,7 +32,7 @@ in buildPythonPackage rec { pname = "qiskit"; # NOTE: This version denotes a specific set of subpackages. See https://qiskit.org/documentation/release_notes.html#version-history - version = "0.45.1"; + version = "1.0.2"; pyproject = true; disabled = pythonOlder "3.6"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "Qiskit"; repo = "qiskit"; rev = "refs/tags/${version}"; - hash = "sha256-XAAQc6oX9zy9MFze1UQbalUBfhbkY5u/0xOmc5J66kM="; + hash = "sha256-DJZjm3X58m0+9d+oJQTai1g8hQ2eiu0kgKQMw7OTOxo="; }; nativeBuildInputs = [ No auto update branch exists Update edits cause no rebuilds.