summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Lyu <20434183+IncubatorShokuhou@users.noreply.github.com>2023-08-14 15:20:56 +0800
committerGitHub <noreply@github.com>2023-08-14 09:20:56 +0200
commit0681d9a15725830584a205cc27f702967996da7a (patch)
tree316d9eb42e9fb3076c490944bc1f9314ffbb8243
parent887847610ecfd236ef98d1c2621d97816e3c7e6f (diff)
downloadspack-0681d9a15725830584a205cc27f702967996da7a.tar.gz
spack-0681d9a15725830584a205cc27f702967996da7a.tar.bz2
spack-0681d9a15725830584a205cc27f702967996da7a.tar.xz
spack-0681d9a15725830584a205cc27f702967996da7a.zip
wrf: add v4.5.1 (#39291)
-rw-r--r--var/spack/repos/builtin/packages/wrf/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/wrf/package.py b/var/spack/repos/builtin/packages/wrf/package.py
index b1c4871f97..0697ebff52 100644
--- a/var/spack/repos/builtin/packages/wrf/package.py
+++ b/var/spack/repos/builtin/packages/wrf/package.py
@@ -70,6 +70,11 @@ class Wrf(Package):
tags = ["windows"]
version(
+ "4.5.1",
+ sha256="9d557c34c105db4d41e727843ecb19199233c7cf82c5369b34a2ce8efe65e2d1",
+ url="https://github.com/wrf-model/WRF/releases/download/v4.5.1/v4.5.1.tar.gz",
+ )
+ version(
"4.5.0",
sha256="14fd78abd4e32c1d99e2e97df0370030a5c58ec84c343591bdc5e74f163c5525",
url="https://github.com/wrf-model/WRF/releases/download/v4.5/v4.5.tar.gz",