python3.pkgs.pyls-black: 0.4.4 -> 0.4.6

This commit is contained in:
betaboon 2020-07-04 18:05:36 +02:00 committed by Jon
parent f0c7019005
commit e747fc91fa

View file

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "pyls-black";
version = "0.4.4";
version = "0.4.6";
src = fetchFromGitHub {
owner = "rupert";
repo = "pyls-black";
rev = "v${version}";
sha256 = "1ynynay9g6yma39szbzf15ypq3c72fg1i0kjmq1dwxarj68i2gf9";
sha256 = "0cjf0mjn156qp0x6md6mncs31hdpzfim769c2lixaczhyzwywqnj";
};
disabled = !isPy3k;
@ -27,9 +27,6 @@ buildPythonPackage rec {
homepage = "https://github.com/rupert/pyls-black";
description = "Black plugin for the Python Language Server";
license = licenses.mit;
# Not compatible with 0.33.1
# https://github.com/rupert/pyls-black/issues/24
broken = true; # since 2020-06-16
maintainers = [ maintainers.mic92 ];
};
}