Skip to content

Commit a5da0b6

Browse files
committed
downloads: upgrade from gcc 9.1.0 to 9.2.0
Why not.
1 parent 84fc7d1 commit a5da0b6

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
@@ -81,10 +81,10 @@
8181
"license_file": "LICENSE.cpython.txt",
8282
},
8383
"gcc": {
84-
"url": "https://ftp.gnu.org/gnu/gcc/gcc-9.1.0/gcc-9.1.0.tar.xz",
85-
"size": 70546856,
86-
"sha256": "79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0",
87-
"version": "9.1.0",
84+
"url": "https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz",
85+
"size": 70607648,
86+
"sha256": "ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206",
87+
"version": "9.2.0",
8888
},
8989
"gdbm": {
9090
"url": "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.18.1.tar.gz",

0 commit comments

Comments
 (0)