Skip to content

Commit 64a8672

Browse files
committed
downloads: upgrade CPython from 3.8.9 -> 3.8.10 and 3.9.4 -> 3.9.5
1 parent bd0e892 commit 64a8672

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.9/Python-3.8.9.tar.xz",
57-
"size": 18271948,
58-
"sha256": "5e391f3ec45da2954419cab0beaefd8be38895ea5ce33577c3ec14940c4b9572",
59-
"version": "3.8.9",
56+
"url": "https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tar.xz",
57+
"size": 18433456,
58+
"sha256": "6af24a66093dd840bcccf371d4044a3027e655cf24591ce26e48022bc79219d9",
59+
"version": "3.8.10",
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.4/Python-3.9.4.tar.xz",
66-
"size": 18900304,
67-
"sha256": "4b0e6644a76f8df864ae24ac500a51bbf68bd098f6a173e27d3b61cdca9aa134",
68-
"version": "3.9.4",
65+
"url": "https://www.python.org/ftp/python/3.9.5/Python-3.9.5.tar.xz",
66+
"size": 19058600,
67+
"sha256": "0c5a140665436ec3dbfbb79e2dfb6d192655f26ef4a29aeffcb6d1820d716d83",
68+
"version": "3.9.5",
6969
"licenses": ["Python-2.0", "CNRI-Python"],
7070
"license_file": "LICENSE.cpython.txt",
7171
"python_tag": "cp39",

0 commit comments

Comments
 (0)