Skip to content

Commit 32e5744

Browse files
committed
downloads: upgrade CPython 3.7 to 3.7.5
Latest version.
1 parent 44fa610 commit 32e5744

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
@@ -65,10 +65,10 @@
6565
"version": "3.15.1",
6666
},
6767
"cpython-3.7": {
68-
"url": "https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz",
69-
"size": 17131432,
70-
"sha256": "fb799134b868199930b75f26678f18932214042639cd52b16da7fd134cd9b13f",
71-
"version": "3.7.4",
68+
"url": "https://www.python.org/ftp/python/3.7.5/Python-3.7.5.tar.xz",
69+
"size": 17236432,
70+
"sha256": "e85a76ea9f3d6c485ec1780fca4e500725a4a7bbc63c78ebc44170de9b619d94",
71+
"version": "3.7.5",
7272
"licenses": ["Python-2.0", "CNRI-Python"],
7373
"license_file": "LICENSE.cpython.txt",
7474
},

0 commit comments

Comments
 (0)