Skip to content

Commit 28a4469

Browse files
committed
downloads: upgrade CPython 3.9.5 to 3.9.6
1 parent 7f5dcf4 commit 28a4469

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": "cp38",
6363
},
6464
"cpython-3.9": {
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",
65+
"url": "https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz",
66+
"size": 19051972,
67+
"sha256": "397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a",
68+
"version": "3.9.6",
6969
"licenses": ["Python-2.0", "CNRI-Python"],
7070
"license_file": "LICENSE.cpython.txt",
7171
"python_tag": "cp39",

0 commit comments

Comments
 (0)