python3Packages.qiskit: 1.3.1 -> 2.1.1

https://qiskit.org/documentation/release_notes.html

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
qiskit
+2 -2
pkgs/development/python-modules/qiskit/default.nix
···
buildPythonPackage rec {
pname = "qiskit";
# NOTE: This version denotes a specific set of subpackages. See https://qiskit.org/documentation/release_notes.html#version-history
-
version = "1.3.1";
+
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.6";
···
owner = "Qiskit";
repo = "qiskit";
tag = version;
-
hash = "sha256-Dqd8ywnACfvrfY7Fzw5zYwhlsDvHZErPGvxBPs2pS04=";
+
hash = "sha256-WHfsl/T4lmnvkGY7gF5PStilGq3G66TZG9oB1tKwuOQ=";
};
nativeBuildInputs = [ setuptools ];