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

This commit is contained in:
R. Ryantm
2025-07-14 02:22:18 +00:00
parent f68666ff27
commit d5e438bb60
@@ -15,8 +15,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
mktplcRef = {
name = "python";
publisher = "ms-python";
version = "2025.8.0";
hash = "sha256-v+MjJmiFMStbVRmh1I7hJp1Fq262QwRyRt9m2f3yF0o=";
version = "2025.10.0";
hash = "sha256-8dc1uM/6iUNF+9y4yKH7w4/FsrzgVoOJlIFfQOvY8YM=";
};
buildInputs = [ icu ];