Skip to content

Commit f9ee9a5

Browse files
committed
downloads: upgrade CPython 3.8 to 3.8.5
1 parent b66cf26 commit f9ee9a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"python_tag": "cp37",
6363
},
6464
"cpython-3.8": {
65-
"url": "https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tar.xz",
66-
"size": 17912964,
67-
"sha256": "dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864",
68-
"version": "3.8.3",
65+
"url": "https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tar.xz",
66+
"size": 18019640,
67+
"sha256": "e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0",
68+
"version": "3.8.5",
6969
"licenses": ["Python-2.0", "CNRI-Python"],
7070
"license_file": "LICENSE.cpython.txt",
7171
"python_tag": "cp38",

0 commit comments

Comments
 (0)