python312Packages.qcodes: 0.51.0 -> 0.52.0

Diff: https://github.com/microsoft/Qcodes/compare/refs/tags/v0.51.0...v0.52.0

Changelog: https://github.com/QCoDeS/Qcodes/releases/tag/v0.52.0
This commit is contained in:
Gaetan Lepage
2025-04-04 10:37:47 +02:00
parent 50a1682822
commit 43d457772b
@@ -51,6 +51,7 @@
lxml,
pip,
pytest-asyncio,
pytest-cov-stub,
pytest-mock,
pytest-rerunfailures,
pytest-xdist,
@@ -60,14 +61,14 @@
buildPythonPackage rec {
pname = "qcodes";
version = "0.51.0";
version = "0.52.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "Qcodes";
tag = "v${version}";
hash = "sha256-QgCMoZrC3ZCo8yayRXw9fvBj5xi+XH2x/E1MuQFULPo=";
hash = "sha256-AQBzYKD4RsPQBtq/FxFwYnSUf8wW87JOb2cOnk9MHDY=";
};
postPatch = ''
@@ -142,6 +143,7 @@ buildPythonPackage rec {
lxml
pip
pytest-asyncio
pytest-cov-stub
pytest-mock
pytest-rerunfailures
pytest-xdist