Skip to content

Commit 9d73ac4

Browse files
authored
Update to CPython 3.12.4. (#272)
1 parent 4c280e2 commit 9d73ac4

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
@@ -71,10 +71,10 @@
7171
"python_tag": "cp311",
7272
},
7373
"cpython-3.12": {
74-
"url": "https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tar.xz",
75-
"size": 20625068,
76-
"sha256": "56bfef1fdfc1221ce6720e43a661e3eb41785dd914ce99698d8c7896af4bdaa1",
77-
"version": "3.12.3",
74+
"url": "https://www.python.org/ftp/python/3.12.4/Python-3.12.4.tar.xz",
75+
"size": 20659356,
76+
"sha256": "f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554",
77+
"version": "3.12.4",
7878
"licenses": ["Python-2.0", "CNRI-Python"],
7979
"license_file": "LICENSE.cpython.txt",
8080
"python_tag": "cp312",

0 commit comments

Comments
 (0)