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

This commit is contained in:
R. Ryantm
2025-06-24 16:35:38 +00:00
parent 1785337274
commit 425813dada
@@ -15,8 +15,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "python";
publisher = "ms-python";
version = "2025.6.1";
hash = "sha256-aCutbmWI68IRqAwztQ9USo996zWL29UO2eAC75b3/IY=";
version = "2025.8.0";
hash = "sha256-v+MjJmiFMStbVRmh1I7hJp1Fq262QwRyRt9m2f3yF0o=";
};
buildInputs = [ icu ];