diff --git a/pkgs/applications/editors/vscode/extensions/ms-python.black-formatter/default.nix b/pkgs/applications/editors/vscode/extensions/ms-python.black-formatter/default.nix index 01fc206f6217..867d56588186 100644 --- a/pkgs/applications/editors/vscode/extensions/ms-python.black-formatter/default.nix +++ b/pkgs/applications/editors/vscode/extensions/ms-python.black-formatter/default.nix @@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { publisher = "ms-python"; name = "black-formatter"; - version = "2024.6.0"; - hash = "sha256-Waw+WhazNqVoihC/K/tPFH4tCeYYVOFDBfg+AWvs3q4="; + version = "2025.2.0"; + hash = "sha256-EPtxcp42KunVwVdT/xhVzuwvQ+5VswGNnOZpYXZOP04="; }; meta = {