We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca5d74 commit c948287Copy full SHA for c948287
pythonbuild/downloads.py
@@ -35,10 +35,10 @@
35
"license_file": "LICENSE.bzip2.txt",
36
},
37
"cpython-3.8": {
38
- "url": "https://www.python.org/ftp/python/3.8.16/Python-3.8.16.tar.xz",
39
- "size": 19046724,
40
- "sha256": "d85dbb3774132473d8081dcb158f34a10ccad7a90b96c7e50ea4bb61f5ce4562",
41
- "version": "3.8.16",
+ "url": "https://www.python.org/ftp/python/3.8.17/Python-3.8.17.tar.xz",
+ "size": 20696584,
+ "sha256": "2e54b0c68191f16552f6de2e97a2396540572a219f6bbb28591a137cecc490a9",
+ "version": "3.8.17",
42
"licenses": ["Python-2.0", "CNRI-Python"],
43
"license_file": "LICENSE.cpython.txt",
44
"python_tag": "cp38",
0 commit comments