Skip to content

Commit ccbe38e

Browse files
committed
downloads: upgrade CPython 3.9.15 -> 3.9.16
1 parent 4852a26 commit ccbe38e

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
@@ -44,10 +44,10 @@
4444
"python_tag": "cp38",
4545
},
4646
"cpython-3.9": {
47-
"url": "https://www.python.org/ftp/python/3.9.15/Python-3.9.15.tar.xz",
48-
"size": 19712208,
49-
"sha256": "12daff6809528d9f6154216950423c9e30f0e47336cb57c6aa0b4387dd5eb4b2",
50-
"version": "3.9.15",
47+
"url": "https://www.python.org/ftp/python/3.9.16/Python-3.9.16.tar.xz",
48+
"size": 19738796,
49+
"sha256": "22dddc099246dd2760665561e8adb7394ea0cc43a72684c6480f9380f7786439",
50+
"version": "3.9.16",
5151
"licenses": ["Python-2.0", "CNRI-Python"],
5252
"license_file": "LICENSE.cpython.txt",
5353
"python_tag": "cp39",

0 commit comments

Comments
 (0)