Skip to content

Commit 4ac3dd3

Browse files
committed
Fix missing comma.
1 parent fbbd9d1 commit 4ac3dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbuild/downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"cpython-3.12": {
7474
"url": "https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tar.xz",
7575
"size": 20444032,
76-
"sha256": "24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550"
76+
"sha256": "24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550",
7777
"version": "3.12.7",
7878
"licenses": ["Python-2.0", "CNRI-Python"],
7979
"license_file": "LICENSE.cpython.txt",

0 commit comments

Comments
 (0)