From 43d457772b6b5e7e58dd8bdca6ed3335c682361e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 4 Apr 2025 10:26:29 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/qcodes/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/qcodes/default.nix b/pkgs/development/python-modules/qcodes/default.nix index 757e82e773ff..c89d785f6c7b 100644 --- a/pkgs/development/python-modules/qcodes/default.nix +++ b/pkgs/development/python-modules/qcodes/default.nix @@ -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