mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 18:37:14 +00:00
vscode-extensions.ms-python.black-formatter: 2023.4.1 -> 2024.2.0
This commit is contained in:
parent
612f04e559
commit
2a8375b956
@ -3178,15 +3178,19 @@ let
|
|||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "black-formatter";
|
name = "black-formatter";
|
||||||
publisher = "ms-python";
|
publisher = "ms-python";
|
||||||
version = "2023.4.1";
|
version = "2024.2.0";
|
||||||
hash = "sha256-IJaLke0WF1rlKTiuwJHAXDQB1SS39AoQhc4iyqqlTyY=";
|
hash = "sha256-qIO+YqTXjwgznzUlnPSts1R2BM6iN8B9vESkelGPgZM=";
|
||||||
};
|
};
|
||||||
meta = with lib; {
|
meta = {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/ms-python.black-formatter/changelog";
|
||||||
description = "Formatter extension for Visual Studio Code using black";
|
description = "Formatter extension for Visual Studio Code using black";
|
||||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter";
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter";
|
||||||
homepage = "https://github.com/microsoft/vscode-black-formatter";
|
homepage = "https://github.com/microsoft/vscode-black-formatter";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [ sikmir ];
|
maintainers = with lib.maintainers; [
|
||||||
|
amadejkastelic
|
||||||
|
sikmir
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user