Unverified Commit 2a8375b9 authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

vscode-extensions.ms-python.black-formatter: 2023.4.1 -> 2024.2.0

parent 612f04e5
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -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
          ];
        };
      };