winpython: Update to version 3.7.2.0

This commit is contained in:
Richard Kuhnt 2019-03-09 06:00:28 +00:00
parent 79f0d418f1
commit 06a7705933

View File

@ -1,16 +1,16 @@
{ {
"description": "Free, open-source and portable Python distribution for Windows", "description": "Free, open-source and portable Python distribution for Windows",
"version": "3.7.1.0", "version": "3.7.2.0",
"license": "MIT", "license": "MIT",
"homepage": "https://winpython.github.io/", "homepage": "https://winpython.github.io/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.1.0/WinPython64-3.7.1.0Zero.exe", "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython64-3.7.2.0Zero.exe",
"hash": "4e81abd373c089cd9b6687393bb3d179e6792a97d8f088f77d35b9067f118c0f" "hash": "33060b8180e7ce536256874ddf97e383cae22cc3f3b1de3e1b000d899c140b31"
}, },
"32bit": { "32bit": {
"url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.1.0/WinPython32-3.7.1.0Zero.exe", "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython32-3.7.2.0Zero.exe",
"hash": "a09c79c7630278f831d257c03bab99f76d3a0e23f8b4362a3e1e2495a3aa088f" "hash": "e24c4d4f183f478cba9104ddeac9b44a4908642c7ddab80fe452323e22c7ac75"
} }
}, },
"innosetup": true, "innosetup": true,