Skip to content

Commit 2161f31

Browse files
committed
downloads: upgrade CPython 3.10.7 -> 3.10.8
1 parent 4805947 commit 2161f31

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
@@ -53,10 +53,10 @@
5353
"python_tag": "cp39",
5454
},
5555
"cpython-3.10": {
56-
"url": "https://www.python.org/ftp/python/3.10.7/Python-3.10.7.tar.xz",
57-
"size": 19618696,
58-
"sha256": "6eed8415b7516fb2f260906db5d48dd4c06acc0cb24a7d6cc15296a604dcdc48",
59-
"version": "3.10.7",
56+
"url": "https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tar.xz",
57+
"size": 19619508,
58+
"sha256": "6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3",
59+
"version": "3.10.8",
6060
"licenses": ["Python-2.0", "CNRI-Python"],
6161
"license_file": "LICENSE.cpython.txt",
6262
"python_tag": "cp310",

0 commit comments

Comments
 (0)