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 3d58d5c commit 311273cCopy full SHA for 311273c
pkgs/applications/editors/vscode/extensions/ms-python.python/default.nix
@@ -15,8 +15,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
15
mktplcRef = {
16
name = "python";
17
publisher = "ms-python";
18
- version = "2025.6.0";
19
- hash = "sha256-DtnBFLSQj9y7UiHRhOILuua6c2eeJcFiyMNlIjTor9g=";
+ version = "2025.6.1";
+ hash = "sha256-aCutbmWI68IRqAwztQ9USo996zWL29UO2eAC75b3/IY=";
20
};
21
22
buildInputs = [ icu ];
0 commit comments