Merge pull request #237884 from r-ryantm/auto-update/python310Packages.python-lsp-black

python310Packages.python-lsp-black: 1.2.1 -> 1.3.0
This commit is contained in:
Weijia Wang 2023-06-15 15:56:16 +03:00 committed by GitHub
commit b08a5ab592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-lsp-black";
version = "1.2.1";
version = "1.3.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "python-lsp";
repo = "python-lsp-black";
rev = "v${version}";
hash = "sha256-qNA6Bj1VI0YEtRuvcMQZGWakQNNrJ2PqhozrLmQHPAg=";
rev = "refs/tags/v${version}";
hash = "sha256-16HjNB0VfrXLyVa+u5HaFNjq/ER2yXIWokMFsPgejr8=";
};
nativeCheckInputs = [ pytestCheckHook ];