Loading pkgs/development/python-modules/lsprotocol/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , cattrs , fetchFromGitHub , flit-core , importlib-resources , jsonschema , nox , pyhamcrest Loading @@ -13,7 +14,7 @@ buildPythonPackage rec { pname = "lsprotocol"; version = "2023.0.0a2"; version = "2023.0.0b1"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "microsoft"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-AEvs2fb8nhWEFMyLvwNv9HoxxxE50/KW3TGZ5pDf4dc="; hash = "sha256-Y/Mp/8MskRB6irNU3CBOKmo2Zt5S69h+GyMg71sQ9Uw="; }; nativeBuildInputs = [ Loading @@ -40,6 +41,7 @@ buildPythonPackage rec { ]; checkInputs = [ importlib-resources jsonschema pyhamcrest ]; Loading Loading
pkgs/development/python-modules/lsprotocol/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , cattrs , fetchFromGitHub , flit-core , importlib-resources , jsonschema , nox , pyhamcrest Loading @@ -13,7 +14,7 @@ buildPythonPackage rec { pname = "lsprotocol"; version = "2023.0.0a2"; version = "2023.0.0b1"; format = "pyproject"; disabled = pythonOlder "3.7"; Loading @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "microsoft"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-AEvs2fb8nhWEFMyLvwNv9HoxxxE50/KW3TGZ5pDf4dc="; hash = "sha256-Y/Mp/8MskRB6irNU3CBOKmo2Zt5S69h+GyMg71sQ9Uw="; }; nativeBuildInputs = [ Loading @@ -40,6 +41,7 @@ buildPythonPackage rec { ]; checkInputs = [ importlib-resources jsonschema pyhamcrest ]; Loading