python: Update to version 3.7.4

This commit is contained in:
Richard Kuhnt 2019-07-09 00:00:31 +00:00
parent 6562b04c3a
commit ebe0405c97

View File

@ -2,15 +2,15 @@
"homepage": "https://www.python.org/", "homepage": "https://www.python.org/",
"description": "A programming language that lets you work quickly and integrate systems more effectively.", "description": "A programming language that lets you work quickly and integrate systems more effectively.",
"license": "Python-2.0", "license": "Python-2.0",
"version": "3.7.3", "version": "3.7.4",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://www.python.org/ftp/python/3.7.3/python-3.7.3-amd64.exe", "url": "https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe",
"hash": "md5:a2b79563476e9aa47f11899a53349383" "hash": "md5:a702b4b0ad76debdb3043a583e563400"
}, },
"32bit": { "32bit": {
"url": "https://www.python.org/ftp/python/3.7.3/python-3.7.3.exe", "url": "https://www.python.org/ftp/python/3.7.4/python-3.7.4.exe",
"hash": "md5:ebf1644cdc1eeeebacc92afa949cfc01" "hash": "md5:33cc602942a54446a3d6451476394789"
} }
}, },
"installer": { "installer": {