Skip to content

Commit 4805947

Browse files
committed
downloads: upgrade CPython 3.9.14 -> 3.9.15
1 parent a1ac76b commit 4805947

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.14/Python-3.9.14.tar.xz",
48-
"size": 19750176,
49-
"sha256": "651304d216c8203fe0adf1a80af472d8e92c3b0e0a7892222ae4d9f3ae4debcf",
50-
"version": "3.9.14",
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",
5151
"licenses": ["Python-2.0", "CNRI-Python"],
5252
"license_file": "LICENSE.cpython.txt",
5353
"python_tag": "cp39",

0 commit comments

Comments
 (0)