Skip to content

Commit ab26155

Browse files
committed
1 parent 4f5cc80 commit ab26155

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/development/python-modules/qcodes/default.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
websockets,
3737
wrapt,
3838
xarray,
39-
importlib-metadata,
4039

4140
# optional-dependencies
4241
jinja2,
@@ -64,16 +63,16 @@
6463

6564
buildPythonPackage rec {
6665
pname = "qcodes";
67-
version = "0.46.0";
66+
version = "0.47.0";
6867
pyproject = true;
6968

70-
disabled = pythonOlder "3.9";
69+
disabled = pythonOlder "3.10";
7170

7271
src = fetchFromGitHub {
7372
owner = "microsoft";
7473
repo = "Qcodes";
7574
rev = "refs/tags/v${version}";
76-
hash = "sha256-CeAX3sBE21v68KnCe8z28WTc7zMPA7usRRGh+dNijjo=";
75+
hash = "sha256-Gp+HeYJGWyW49jisadnavjIpzu7C2uS2qWn7eC6okqg=";
7776
};
7877

7978
build-system = [
@@ -108,7 +107,7 @@ buildPythonPackage rec {
108107
websockets
109108
wrapt
110109
xarray
111-
] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
110+
];
112111

113112
optional-dependencies = {
114113
docs = [

0 commit comments

Comments
 (0)