diff options
author | Paul R. C. Kent <kentpr@ornl.gov> | 2022-07-01 16:00:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 13:00:53 -0700 |
commit | f5b0e264fc15ca6aaea5d3c14313ddb86826dca5 (patch) | |
tree | c95e80dc67a71a2a3d0c27fda8c7a7ef8c9d7dcd | |
parent | 1f696951e7ac3ea86f1cb00c8527539363892b5c (diff) | |
download | spack-f5b0e264fc15ca6aaea5d3c14313ddb86826dca5.tar.gz spack-f5b0e264fc15ca6aaea5d3c14313ddb86826dca5.tar.bz2 spack-f5b0e264fc15ca6aaea5d3c14313ddb86826dca5.tar.xz spack-f5b0e264fc15ca6aaea5d3c14313ddb86826dca5.zip |
Add xcfun 2.1.0 (#31336)
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
-rw-r--r-- | var/spack/repos/builtin/packages/xcfun/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/xcfun/package.py b/var/spack/repos/builtin/packages/xcfun/package.py index 3698480f60..f79241ab57 100644 --- a/var/spack/repos/builtin/packages/xcfun/package.py +++ b/var/spack/repos/builtin/packages/xcfun/package.py @@ -14,6 +14,8 @@ class Xcfun(CMakePackage): maintainers = ['robertodr', 'bast'] + version('2.1.1', + sha256='8b602df74c7be83d501532565deafd1b7881946d94789122f24c309a669298ab') version('2.1.0', sha256='64aac8c933cc129ce6326f3827e342abfd10b94ea4a302aaca9f10d342ad7656') version('2.0.2', |