mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +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 = {
|
||||
name = "black-formatter";
|
||||
publisher = "ms-python";
|
||||
version = "2023.4.1";
|
||||
hash = "sha256-IJaLke0WF1rlKTiuwJHAXDQB1SS39AoQhc4iyqqlTyY=";
|
||||
version = "2024.2.0";
|
||||
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";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter";
|
||||
homepage = "https://github.com/microsoft/vscode-black-formatter";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
amadejkastelic
|
||||
sikmir
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user