From 9d4fa8172b4870de0185913ffb4c23e7b8543a4c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 9 Mar 2019 10:00:28 +0000 Subject: [PATCH] winpython: Update to version 3.6.8.0 --- winpython.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/winpython.json b/winpython.json index e19e1e92e5..3094dc7503 100644 --- a/winpython.json +++ b/winpython.json @@ -1,16 +1,16 @@ { "description": "Free, open-source and portable Python distribution for Windows", - "version": "3.7.2.0", + "version": "3.6.8.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" + "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.8.0/WinPython64-3.6.8.0Zero.exe", + "hash": "acfc2933071b3514de206485770512957f3119630585225571215ea5c0ba53b1" }, "32bit": { - "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.7/3.7.2.0/WinPython32-3.7.2.0Zero.exe", - "hash": "e24c4d4f183f478cba9104ddeac9b44a4908642c7ddab80fe452323e22c7ac75" + "url": "https://downloads.sourceforge.net/project/winpython/WinPython_3.6/3.6.8.0/WinPython32-3.6.8.0Zero.exe", + "hash": "c20024700be85f01f8607f10e40cb696a330039f2564c831ace43442506530cf" } }, "innosetup": true,