about summary refs log tree commit diff
path: root/pkgs/misc/vscode-extensions
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2020-02-28 20:00:52 -0500
committerJon <jonringer@users.noreply.github.com>2020-03-01 22:52:01 -0800
commite93a6fdedabebfe7511a097717be13869b39f629 (patch)
tree7d73e7a210ff6ce001eda8ab1604e7d6c3aedeb7 /pkgs/misc/vscode-extensions
parentdde9dad3ae584906eea6cb64f86771ecced4e1f0 (diff)
downloadnixlib-e93a6fdedabebfe7511a097717be13869b39f629.tar
nixlib-e93a6fdedabebfe7511a097717be13869b39f629.tar.gz
nixlib-e93a6fdedabebfe7511a097717be13869b39f629.tar.bz2
nixlib-e93a6fdedabebfe7511a097717be13869b39f629.tar.lz
nixlib-e93a6fdedabebfe7511a097717be13869b39f629.tar.xz
nixlib-e93a6fdedabebfe7511a097717be13869b39f629.tar.zst
nixlib-e93a6fdedabebfe7511a097717be13869b39f629.zip
vscode-extensions.ms-python.python: 2020.1.58038 -> 2020.2.64397
Diffstat (limited to 'pkgs/misc/vscode-extensions')
-rw-r--r--pkgs/misc/vscode-extensions/python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/vscode-extensions/python/default.nix b/pkgs/misc/vscode-extensions/python/default.nix
index efbd163abbbb..dec6bbbba10a 100644
--- a/pkgs/misc/vscode-extensions/python/default.nix
+++ b/pkgs/misc/vscode-extensions/python/default.nix
@@ -41,8 +41,8 @@ in vscode-utils.buildVscodeMarketplaceExtension {
   mktplcRef = {
     name = "python";
     publisher = "ms-python";
-    version = "2020.1.58038";
-    sha256 = "09iawy1p2akan090461137d4p5gqqf0aanm9i534p0kmbxmjfpqv";
+    version = "2020.2.64397";
+    sha256 = "1kwyc5ycz1276i2zbw93mpq59y2py6kj71gvhzya8xvm184jk07a";
   };
 
   buildInputs = [