vscode-extensions.ms-python.isort: 2023.13.13171013 -> 2025.0.0 (#396090)

authored by Nikolay Korotkiy and committed by GitHub 6828c027 5b5017d5

+2 -2
+2 -2
pkgs/applications/editors/vscode/extensions/ms-python.isort/default.nix
··· 7 7 mktplcRef = { 8 8 publisher = "ms-python"; 9 9 name = "isort"; 10 - version = "2023.13.13171013"; 11 - hash = "sha256-UBV9i3LPVv60+toy+kJvESAuJHRmH/uEIwjTidYUXLc="; 10 + version = "2025.0.0"; 11 + hash = "sha256-nwt9Pv084jt9nWvxSXLIWu7981UGSbCgVRTrFfJA6q4="; 12 12 }; 13 13 meta = with lib; { 14 14 description = "Import sorting extension for Visual Studio Code using isort";