Add Python 3.7.4 (#12142)
This commit is contained in:
parent
867ba9d7fe
commit
07fefea52d
1 changed files with 4 additions and 1 deletions
|
@ -25,10 +25,13 @@ class Python(AutotoolsPackage):
|
|||
"""The Python programming language."""
|
||||
|
||||
homepage = "https://www.python.org/"
|
||||
url = "https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz"
|
||||
url = "https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz"
|
||||
list_url = "https://www.python.org/downloads/"
|
||||
list_depth = 1
|
||||
|
||||
maintainers = ['adamjstewart']
|
||||
|
||||
version('3.7.4', sha256='d63e63e14e6d29e17490abbe6f7d17afb3db182dbd801229f14e55f4157c4ba3')
|
||||
version('3.7.3', sha256='d62e3015f2f89c970ac52343976b406694931742fbde2fed8d1ce8ebb4e1f8ff')
|
||||
version('3.7.2', sha256='f09d83c773b9cc72421abba2c317e4e6e05d919f9bcf34468e192b6a6c8e328d')
|
||||
version('3.7.1', sha256='36c1b81ac29d0f8341f727ef40864d99d8206897be96be73dc34d4739c9c9f06')
|
||||
|
|
Loading…
Reference in a new issue