Bump the version of python on windows

This commit is contained in:
Kovid Goyal 2019-06-20 13:55:10 +05:30
parent 38540e52c9
commit cb2dcafe87
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -153,8 +153,8 @@
"urls": ["https://www.python.org/ftp/python/2.7.16/{filename}"] "urls": ["https://www.python.org/ftp/python/2.7.16/{filename}"]
}, },
"windows": { "windows": {
"filename":"python-ca3c62c123b8c81a39dfaa785dfa77a0e40b3604ca4bdaceb65df10e32e29b82.tar.gz", "filename":"python-584870604fd8524e17bc2c067595b0210411319e.tar.gz",
"hash":"sha256:ca3c62c123b8c81a39dfaa785dfa77a0e40b3604ca4bdaceb65df10e32e29b82", "hash":"sha256:4f1833cac526f209de5b428d517cbd7a7923f13b89ba056e239dd8aa15894b7d",
"urls":["github:kovidgoyal/cpython"] "urls":["github:kovidgoyal/cpython"]
} }
}, },