From e5a09864331a89c067fd212faef5685ce0e4ed22 Mon Sep 17 00:00:00 2001 From: laestrada <63303345+laestrada@users.noreply.github.com> Date: Mon, 15 Nov 2021 05:28:25 -0500 Subject: gchp: add v13.2.1 (#27318) Co-authored-by: laestrada --- var/spack/repos/builtin/packages/gchp/package.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/gchp/package.py b/var/spack/repos/builtin/packages/gchp/package.py index 6b5e723536..52e101121b 100644 --- a/var/spack/repos/builtin/packages/gchp/package.py +++ b/var/spack/repos/builtin/packages/gchp/package.py @@ -12,10 +12,11 @@ class Gchp(CMakePackage): """GEOS-Chem High Performance model of atmospheric chemistry""" homepage = "https://gchp.readthedocs.io/" - url = "https://github.com/geoschem/GCHP/archive/13.1.2.tar.gz" + url = "https://github.com/geoschem/GCHP/archive/13.2.1.tar.gz" git = "https://github.com/geoschem/GCHP.git" - maintainers = ['lizziel'] + maintainers = ['lizziel', 'laestrada'] + version('13.2.1', commit='9dc2340cac684971fa961559a4dc3d8818326ab8', submodules=True) version('13.1.2', commit='106b8f783cafabd699e53beec3a4dd8aee45234b', submodules=True) version('13.1.1', commit='a17361a78aceab947ca51aa1ecd3391beaa3fcb2', submodules=True) version('13.1.0', commit='4aca45370738e48623e61e38b26d981d3e20be76', submodules=True) -- cgit v1.2.3-60-g2f50