File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
pkgs/development/python-modules/qcodes Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 3636 websockets ,
3737 wrapt ,
3838 xarray ,
39- importlib-metadata ,
4039
4140 # optional-dependencies
4241 jinja2 ,
6463
6564buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments