Skip to content

Commit b66cf26

Browse files
committed
downloads: upgrade CPython 3.7 to 3.7.9
1 parent f5d01a4 commit b66cf26

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.15.1",
5454
},
5555
"cpython-3.7": {
56-
"url": "https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tar.xz",
57-
"size": 17268888,
58-
"sha256": "06a0a9f1bf0d8cd1e4121194d666c4e28ddae4dd54346de6c343206599f02136",
59-
"version": "3.7.7",
56+
"url": "https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tar.xz",
57+
"size": 17389636,
58+
"sha256": "91923007b05005b5f9bd46f3b9172248aea5abc1543e8a636d59e629c3331b01",
59+
"version": "3.7.9",
6060
"licenses": ["Python-2.0", "CNRI-Python"],
6161
"license_file": "LICENSE.cpython.txt",
6262
"python_tag": "cp37",

0 commit comments

Comments
 (0)