Skip to content

Commit a2dece8

Browse files
committed
downloads: upgrade CPython from 3.9.3 to 3.9.4
1 parent 1b50186 commit a2dece8

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
@@ -62,10 +62,10 @@
6262
"python_tag": "cp38",
6363
},
6464
"cpython-3.9": {
65-
"url": "https://www.python.org/ftp/python/3.9.3/Python-3.9.3.tar.xz",
66-
"size": 18899676,
67-
"sha256": "30811039c65e04c14fc698e423947e464f9316e69fb44610bd38446046bb82b5",
68-
"version": "3.9.3",
65+
"url": "https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tar.xz",
66+
"size": 18900304,
67+
"sha256": "4b0e6644a76f8df864ae24ac500a51bbf68bd098f6a173e27d3b61cdca9aa134",
68+
"version": "3.9.4",
6969
"licenses": ["Python-2.0", "CNRI-Python"],
7070
"license_file": "LICENSE.cpython.txt",
7171
"python_tag": "cp39",

0 commit comments

Comments
 (0)