Skip to content

Commit 07c3cc5

Browse files
committed
downloads: upgrade CPython to 3.8.9 and 3.9.3
1 parent 44a7a6a commit 07c3cc5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pythonbuild/downloads.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
"version": "3.19.2",
5454
},
5555
"cpython-3.8": {
56-
"url": "https://www.python.org/ftp/python/3.8.8/Python-3.8.8.tar.xz",
57-
"size": 18271736,
58-
"sha256": "7c664249ff77e443d6ea0e4cf0e587eae918ca3c48d081d1915fe2a1f1bcc5cc",
59-
"version": "3.8.8",
56+
"url": "https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz",
57+
"size": 18271948,
58+
"sha256": "5e391f3ec45da2954419cab0beaefd8be38895ea5ce33577c3ec14940c4b9572",
59+
"version": "3.8.9",
6060
"licenses": ["Python-2.0", "CNRI-Python"],
6161
"license_file": "LICENSE.cpython.txt",
6262
"python_tag": "cp38",
6363
},
6464
"cpython-3.9": {
65-
"url": "https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tar.xz",
66-
"size": 18889164,
67-
"sha256": "3c2034c54f811448f516668dce09d24008a0716c3a794dd8639b5388cbde247d",
68-
"version": "3.9.2",
65+
"url": "https://www.python.org/ftp/python/3.9.3/Python-3.9.3.tar.xz",
66+
"size": 18899676,
67+
"sha256": "30811039c65e04c14fc698e423947e464f9316e69fb44610bd38446046bb82b5",
68+
"version": "3.9.3",
6969
"licenses": ["Python-2.0", "CNRI-Python"],
7070
"license_file": "LICENSE.cpython.txt",
7171
"python_tag": "cp39",

0 commit comments

Comments
 (0)