diff --git a/pkgs/development/python-modules/lsprotocol/2023.nix b/pkgs/development/python-modules/lsprotocol/2023.nix index 719014d3fa6d..2e9a97c58df7 100644 --- a/pkgs/development/python-modules/lsprotocol/2023.nix +++ b/pkgs/development/python-modules/lsprotocol/2023.nix @@ -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 { @@ -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";