forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove two beta versions from esmf package.py.
- Loading branch information
Cameron Book
committed
Jul 2, 2024
1 parent
c00df54
commit b63beff
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,7 @@ class Esmf(MakefilePackage): | |
# Develop is a special name for spack and is always considered the newest version | ||
version("develop", branch="develop") | ||
# generate chksum with 'spack checksum [email protected]' | ||
version("8.7.0b04", commit="609c81179572747407779492c43776e34495d267") | ||
version("8.6.1", sha256="dc270dcba1c0b317f5c9c6a32ab334cb79468dda283d1e395d98ed2a22866364") | ||
version("8.6.1b04", commit="64d3aacc36f2d4d39255eb521c34123903cc0551") | ||
version("8.6.0", sha256="ed057eaddb158a3cce2afc0712b49353b7038b45b29aee86180f381457c0ebe7") | ||
version("8.5.0", sha256="acd0b2641587007cc3ca318427f47b9cae5bfd2da8d2a16ea778f637107c29c4") | ||
version("8.4.2", sha256="969304efa518c7859567fa6e65efd960df2b4f6d72dbf2c3f29e39e4ab5ae594") | ||
|