We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e353cef commit 7ccc496Copy full SHA for 7ccc496
pkgs/applications/editors/vscode/extensions/ms-python.python/default.nix
@@ -21,8 +21,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
21
mktplcRef = {
22
name = "python";
23
publisher = "ms-python";
24
- version = "2024.15.2024091301";
25
- hash = "sha256-MB8Vq2rjO37yW3Zh+f8ek/yz0qT+ZYHn/JnF5ZA6CXQ=";
+ version = "2025.3.2025031001";
+ hash = "sha256-uYz0WgFqbLohCEmT8ewYgvlFrVLuZr9OAiKnrbNup7U=";
26
};
27
28
buildInputs = [ icu ];
0 commit comments