Skip to content

Commit fb2fdc3

Browse files
committed
downloads: upgrade CPython 3.9.12 -> 3.9.13
1 parent 28b4f2b commit fb2fdc3

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
@@ -38,10 +38,10 @@
3838
"python_tag": "cp38",
3939
},
4040
"cpython-3.9": {
41-
"url": "https://www.python.org/ftp/python/3.9.12/Python-3.9.12.tar.xz",
42-
"size": 19740524,
43-
"sha256": "2cd94b20670e4159c6d9ab57f91dbf255b97d8c1a1451d1c35f4ec1968adf971",
44-
"version": "3.9.12",
41+
"url": "https://www.python.org/ftp/python/3.9.13/Python-3.9.13.tar.xz",
42+
"size": 19754368,
43+
"sha256": "125b0c598f1e15d2aa65406e83f792df7d171cdf38c16803b149994316a3080f",
44+
"version": "3.9.13",
4545
"licenses": ["Python-2.0", "CNRI-Python"],
4646
"license_file": "LICENSE.cpython.txt",
4747
"python_tag": "cp39",

0 commit comments

Comments
 (0)