diff --git a/bucket/winpython.json b/bucket/winpython.json index 790d1bf3d9..18e2cf7d8b 100644 --- a/bucket/winpython.json +++ b/bucket/winpython.json @@ -1,18 +1,18 @@ { "description": "Free, open-source and portable Python distribution for Windows", - "version": "3.7.2.0", + "version": "3.7.4.0", "license": "MIT", "homepage": "https://winpython.github.io/", "architecture": { "64bit": { - "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython64-3.7.2.0Zero.exe", - "hash": "33060b8180e7ce536256874ddf97e383cae22cc3f3b1de3e1b000d899c140b31", - "extract_dir": "python-3.7.2.amd64" + "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.4.0/WinPython64-3.7.4.0Zero.exe", + "hash": "2e92da91ddbbb739cf1d21ea670bc53d1f599ea5d1a690422af93b796e590aa9", + "extract_dir": "python-3.7.4.amd64" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython32-3.7.2.0Zero.exe", - "hash": "e24c4d4f183f478cba9104ddeac9b44a4908642c7ddab80fe452323e22c7ac75", - "extract_dir": "python-3.7.2" + "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.4.0/WinPython32-3.7.4.0Zero.exe", + "hash": "c49459e3b397192df7e613c55860604c8470a53c068b037478d9ebfd992c7856", + "extract_dir": "python-3.7.4" } }, "innosetup": true,