Loading pkgs/development/python-modules/lsprotocol/2023.nix +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "lsprotocol"; version = "2023.0.1"; version = "2023.0.1"; # nixpkgs-update: no auto update pyproject = true; src = fetchFromGitHub { Loading Loading @@ -57,6 +57,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "lsprotocol" ]; passthru.skipBulkUpdate = true; meta = { description = "Python implementation of the Language Server Protocol"; homepage = "https://github.com/microsoft/lsprotocol"; Loading Loading
pkgs/development/python-modules/lsprotocol/2023.nix +3 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "lsprotocol"; version = "2023.0.1"; version = "2023.0.1"; # nixpkgs-update: no auto update pyproject = true; src = fetchFromGitHub { Loading Loading @@ -57,6 +57,8 @@ buildPythonPackage rec { pythonImportsCheck = [ "lsprotocol" ]; passthru.skipBulkUpdate = true; meta = { description = "Python implementation of the Language Server Protocol"; homepage = "https://github.com/microsoft/lsprotocol"; Loading