Skip to content

Commit e709b21

Browse files
committed
downloads: upgrade to CPython 3.7.3
This was released a few days ago.
1 parent 65a1fed commit e709b21

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
@@ -59,10 +59,10 @@
5959
'version': '3.13.2',
6060
},
6161
'cpython-3.7': {
62-
'url': 'https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz',
63-
'size': 17042320,
64-
'sha256': 'd83fe8ce51b1bb48bbcf0550fd265b9a75cdfdfa93f916f9e700aef8444bf1bb',
65-
'version': '3.7.2',
62+
'url': 'https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz',
63+
'size': 17108364,
64+
'sha256': 'da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318',
65+
'version': '3.7.3',
6666
},
6767
'gcc': {
6868
'url': 'https://ftp.gnu.org/gnu/gcc/gcc-8.2.0/gcc-8.2.0.tar.xz',

0 commit comments

Comments
 (0)