File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,10 @@ var pythonPackages = map[string]Package{
7979 "3.6.4" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz#9de6494314ea199e3633211696735f65" ),
8080 "3.6.5" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz#ab25d24b1f8cc4990ade979f6dc37883" ),
8181 "3.6.6" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgz#9a080a86e1a8d85e45eee4b1cd0a18a2" ),
82+ "3.6.7" : NewPythonPackage ("https://www.python.org/ftp/python/3.6.7/Python-3.6.7.tgz#c83551d83bf015134b4b2249213f3f85" ),
8283
8384 "3.7.0" : NewPythonPackage ("https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz#41b6595deb4147a1ed517a7d9a580271" ),
85+ "3.7.1" : NewPythonPackage ("https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz#99f78ecbfc766ea449c4d9e7eda19e83" ),
8486}
8587
8688func (p * pythonPackage ) Type () PackageType {
Original file line number Diff line number Diff line change 1- 2.1.0
1+ 2.1.1
You can’t perform that action at this time.
0 commit comments