Unverified Commit 7d94c4e3 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.lsprotocol_2023: exclude from automatic updates (#478108)

parents fd37fe91 eb4c2e0b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";