Skip to content

Commit 7f5dcf4

Browse files
committed
downloads: upgrade CPython 3.8.10 to 3.8.11
1 parent 83319f7 commit 7f5dcf4

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
"version": "3.19.2",
5454
},
5555
"cpython-3.8": {
56-
"url": "https://www.python.org/ftp/python/3.8.10/Python-3.8.10.tar.xz",
57-
"size": 18433456,
58-
"sha256": "6af24a66093dd840bcccf371d4044a3027e655cf24591ce26e48022bc79219d9",
59-
"version": "3.8.10",
56+
"url": "https://www.python.org/ftp/python/3.8.11/Python-3.8.11.tar.xz",
57+
"size": 18437648,
58+
"sha256": "fb1a1114ebfe9e97199603c6083e20b236a0e007a2c51f29283ffb50c1420fb2",
59+
"version": "3.8.11",
6060
"licenses": ["Python-2.0", "CNRI-Python"],
6161
"license_file": "LICENSE.cpython.txt",
6262
"python_tag": "cp38",

0 commit comments

Comments
 (0)