python3Packages.qiskit-aer: 0.16.0.1 -> 0.17.1

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:03:57 +02:00
parent 3adca3400a
commit fcb029da0d
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "qiskit-aer";
version = "0.16.0.1";
version = "0.17.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "Qiskit";
repo = "qiskit-aer";
tag = version;
hash = "sha256-YF5X//X0fvJyALEB4gqsKRNWSoEsOrZFLVQUgHOA+0A=";
hash = "sha256-jvapuARJUHgAKFUzGb5MUft01LNefVIXtStJqFnCo90=";
};
postPatch = ''