python3Packages.python-lsp-server: 1.13.0 -> 1.13.1 (#437328)

authored by

Sandro and committed by
GitHub
85c12897 8cd45fcd

+5 -2
+5 -2
pkgs/development/python-modules/python-lsp-server/default.nix
··· 42 42 43 43 buildPythonPackage rec { 44 44 pname = "python-lsp-server"; 45 - version = "1.13.0"; 45 + version = "1.13.1"; 46 46 pyproject = true; 47 47 48 48 src = fetchFromGitHub { 49 49 owner = "python-lsp"; 50 50 repo = "python-lsp-server"; 51 51 tag = "v${version}"; 52 - hash = "sha256-NIqBIB4IG4xo7zDhaafWvT1RUnkqup1gm9WQhdtpIfc="; 52 + hash = "sha256-wxouTbqkieH3fxnXY0PIKDtDV97AbGWujisS2JmjBkE="; 53 53 }; 54 54 55 55 pythonRelaxDeps = [ ··· 123 123 124 124 # Flaky: ValueError: I/O operation on closed file 125 125 "test_concurrent_ws_requests" 126 + 127 + # AttributeError: 'NoneType' object has no attribute 'plugin_manager' 128 + "test_missing_message" 126 129 ]; 127 130 128 131 pythonImportsCheck = [