From a39b9781f0b8014997f11e196327f08edf9bd635 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 14 Oct 2019 21:00:17 +0000 Subject: [PATCH] python: Update to version 3.8.0 --- bucket/python.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index 15a5fd0d5d..4ef2209ee2 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -2,15 +2,15 @@ "homepage": "https://www.python.org/", "description": "A programming language that lets you work quickly and integrate systems more effectively.", "license": "Python-2.0", - "version": "3.7.4", + "version": "3.8.0", "architecture": { "64bit": { - "url": "https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe", - "hash": "md5:a702b4b0ad76debdb3043a583e563400" + "url": "https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe", + "hash": "md5:29ea87f24c32f5e924b7d63f8a08ee8d" }, "32bit": { - "url": "https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe", - "hash": "md5:33cc602942a54446a3d6451476394789" + "url": "https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe", + "hash": "md5:412a649d36626d33b8ca5593cf18318c" } }, "installer": {