Skip to content

Commit 850e844

Browse files
committed
fix: bump python version
1 parent 29b0bf9 commit 850e844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ms-python.python.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ vscode-utils.buildVscodeMarketplaceExtension rec {
2121
mktplcRef = {
2222
name = "python";
2323
publisher = "ms-python";
24-
version = "2023.1.10091012";
25-
sha256 = "sha256-JosFv6ngJmw1XRILwTZMVxlGIdWFLFQjj4olfnVwAIM=";
24+
version = "2023.21.13211009";
25+
sha256 = "sha256-o0EKjtRNz7cfDOCHHRL/G/u/Ogb9CISxF9z4voXXtQs=";
2626
};
2727

2828
buildInputs = [ icu ];

0 commit comments

Comments
 (0)