vscode-extensions.ms-python.python: 2025.6.0 -> 2025.6.1

This commit is contained in:
R. Ryantm
2025-05-25 21:58:14 +00:00
parent 3d58d5ce1e
commit 311273c2b2
@@ -15,8 +15,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "python";
publisher = "ms-python";
version = "2025.6.0";
hash = "sha256-DtnBFLSQj9y7UiHRhOILuua6c2eeJcFiyMNlIjTor9g=";
version = "2025.6.1";
hash = "sha256-aCutbmWI68IRqAwztQ9USo996zWL29UO2eAC75b3/IY=";
};
buildInputs = [ icu ];