Skip to content

Commit 10b9a0c

Browse files
committed
downloads: upgrade CPython 3.10.4 to 3.10.5
1 parent b294c00 commit 10b9a0c

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
@@ -47,10 +47,10 @@
4747
"python_tag": "cp39",
4848
},
4949
"cpython-3.10": {
50-
"url": "https://www.python.org/ftp/python/3.10.4/Python-3.10.4.tar.xz",
51-
"size": 19342692,
52-
"sha256": "80bf925f571da436b35210886cf79f6eb5fa5d6c571316b73568343451f77a19",
53-
"version": "3.10.4",
50+
"url": "https://www.python.org/ftp/python/3.10.5/Python-3.10.5.tar.xz",
51+
"size": 19361320,
52+
"sha256": "8437efd5b106ef0a75aabfbf23d880625120a73a86a22ade4d2e2e68d7b74486",
53+
"version": "3.10.5",
5454
"licenses": ["Python-2.0", "CNRI-Python"],
5555
"license_file": "LICENSE.cpython.txt",
5656
"python_tag": "cp310",

0 commit comments

Comments
 (0)