summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/python/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/python/package.py b/var/spack/repos/builtin/packages/python/package.py
index 49a601aa75..2f4fc47628 100644
--- a/var/spack/repos/builtin/packages/python/package.py
+++ b/var/spack/repos/builtin/packages/python/package.py
@@ -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')